3 lines
136 B
Bash
Executable File
3 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
gcc -o test-pam test-pam.c -g -I"../.." -I"../../../include" -DN_PLAT_UNIX -L"../../../lib/lux/dbg" -lpam -lcasa_auth_token
|