ffb63be0ae
contain native as well as csharp components.
3 lines
119 B
Bash
Executable File
3 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
gcc -o pamTest test.c -g -I"../../.." -I"../../../../include" -DN_PLAT_UNIX -L"../../../lib/Release" -lpam
|