Add lib DtPamSvc.
This commit is contained in:
18
cde/lib/DtPamSvc/Imakefile
Normal file
18
cde/lib/DtPamSvc/Imakefile
Normal file
@@ -0,0 +1,18 @@
|
||||
#define DoNormalLib NormalLibDtPamSvc
|
||||
#define DoSharedLib SharedLibDtPamSvc
|
||||
#define DoDebugLib DebugLibDtPamSvc
|
||||
#define DoProfileLib ProfileLibDtPamSvc
|
||||
#define LibName DtPamSvc
|
||||
#define SoRev SOPAMREV
|
||||
#define LibHeaders NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
HEADERS = PamSvc.h
|
||||
SRCS = PamSvc.c
|
||||
OBJS = PamSvc.o
|
||||
REQUIREDLIBS = -lpam
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user