2cc21a344c
in order to allow for the client component to be consumed by distributions targeting the desktop. This check-in is for the server project.
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
gcc -o pamTest test.c -g -DN_PLAT_UNIX -L"../../../lib/Release" -lpam
|