Make sure OPENPAM_MODULES_DIR has a trailing slash.
git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@311 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
parent
491c21814b
commit
a6ea311d45
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $P4: //depot/projects/openpam/lib/Makefile.am#4 $
|
||||
# $P4: //depot/projects/openpam/lib/Makefile.am#5 $
|
||||
|
||||
NULL =
|
||||
|
||||
|
@ -50,7 +50,7 @@ libpam_la_SOURCES = \
|
|||
pam_vprompt.c \
|
||||
$(NULL)
|
||||
|
||||
libpam_la_CFLAGS = -DOPENPAM_MODULES_DIR='"@OPENPAM_MODULES_DIR@"'
|
||||
libpam_la_CFLAGS = -DOPENPAM_MODULES_DIR='"@OPENPAM_MODULES_DIR@/"'
|
||||
|
||||
libpam_la_LDFLAGS = -no-undefined -version-info @LIB_MAJ@ @DL_LIBS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue