summaryrefslogtreecommitdiff
path: root/modules/pam_unix/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-19 14:46:07 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-19 14:46:07 +0000
commit437861460715738407cb012e2a415db86394a530 (patch)
treead0c5e2c0c7136734be89a36e3e5aaf9e2e051e2 /modules/pam_unix/Makefile.am
parent99b64edb4e6eb398522c660b002c6e6c9a2007a7 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix compiling of libpammodutil and linking against it.
Diffstat (limited to 'modules/pam_unix/Makefile.am')
-rw-r--r--modules/pam_unix/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am
index 67520613..9997603b 100644
--- a/modules/pam_unix/Makefile.am
+++ b/modules/pam_unix/Makefile.am
@@ -25,7 +25,7 @@ if HAVE_LIBCRACK
endif
pam_unix_la_LDFLAGS = -no-undefined -avoid-version -module \
- -L$(top_builddir)/modules/pammodutil -lpammodutil \
+ $(top_builddir)/modules/pammodutil/libpammodutil.la \
@LIBCRACK@ @LIBNSL@
if HAVE_VERSIONING
pam_unix_la_LDFLAGS += -Wl,--version-script=../modules.map