mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
DtPamSvc: move PamSvc.h to include/Dt/
This commit is contained in:
parent
f8877e8e24
commit
b900f8a36d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
|
|||
|
||||
lib_LTLIBRARIES = libDtPamSvc.la
|
||||
|
||||
libDtPamSvc_la_SOURCES = PamSvc.c ${top_srcdir}/Dt/PamSvc.h
|
||||
# the PamSvc.h header file is located in include/Dt/
|
||||
libDtPamSvc_la_SOURCES = PamSvc.c ${top_srcdir}/include/Dt/PamSvc.h
|
||||
|
||||
libDtPamSvc_la_LIBADD = -lpam
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue