19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
#define DoNormalLib NormalLibDtPamSvc
|
|
#define DoSharedLib SharedLibDtPamSvc
|
|
#define DoDebugLib DebugLibDtPamSvc
|
|
#define DoProfileLib ProfileLibDtPamSvc
|
|
#define LibName DtPamSvc
|
|
#define SoRev SOPAMREV
|
|
#define LibHeaders YES
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
HEADERS = PamSvc.h
|
|
SRCS = PamSvc.c
|
|
OBJS = PamSvc.o
|
|
REQUIREDLIBS = -lpam
|
|
|
|
#include <Library.tmpl>
|
|
|
|
DependTarget()
|