summaryrefslogtreecommitdiff
path: root/modules/pam_rootok
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_rootok
parent99b64edb4e6eb398522c660b002c6e6c9a2007a7 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix compiling of libpammodutil and linking against it.
Diffstat (limited to 'modules/pam_rootok')
-rw-r--r--modules/pam_rootok/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_rootok/Makefile.am b/modules/pam_rootok/Makefile.am
index 97432956..b09c8881 100644
--- a/modules/pam_rootok/Makefile.am
+++ b/modules/pam_rootok/Makefile.am
@@ -15,7 +15,7 @@ if HAVE_LIBSELINUX
AM_CFLAGS += -DWITH_SELINUX
endif
AM_LDFLAGS = -no-undefined -avoid-version -module \
- -L$(top_builddir)/modules/pammodutil -lpammodutil \
+ $(top_builddir)/modules/pammodutil/libpammodutil.la \
-L$(top_builddir)/libpam -lpam @LIBSELINUX@
if HAVE_VERSIONING
AM_LDFLAGS += -Wl,--version-script=../modules.map