autotools: get the PAM support from master working on linux and freebsd
This commit is contained in:
10
cde/lib/DtPamSvc/Makefile.am
Normal file
10
cde/lib/DtPamSvc/Makefile.am
Normal file
@@ -0,0 +1,10 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
lib_LTLIBRARIES = libDtPamSvc.la
|
||||
|
||||
libDtPamSvc_la_SOURCES = PamSvc.c ${top_srcdir}/Dt/PamSvc.h
|
||||
|
||||
libDtPamSvc_la_LIBADD = -lpam
|
||||
|
||||
libDtPamSvc_la_LDFLAGS = -version-info 2:1:0
|
||||
|
||||
Reference in New Issue
Block a user