diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-19 14:46:07 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-19 14:46:07 +0000 |
commit | 437861460715738407cb012e2a415db86394a530 (patch) | |
tree | ad0c5e2c0c7136734be89a36e3e5aaf9e2e051e2 /modules/pam_debug | |
parent | 99b64edb4e6eb398522c660b002c6e6c9a2007a7 (diff) | |
download | pam-437861460715738407cb012e2a415db86394a530.tar.gz pam-437861460715738407cb012e2a415db86394a530.tar.bz2 pam-437861460715738407cb012e2a415db86394a530.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix compiling of libpammodutil and linking against it.
Diffstat (limited to 'modules/pam_debug')
-rw-r--r-- | modules/pam_debug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_debug/Makefile.am b/modules/pam_debug/Makefile.am index 2fffe11e..e1fb3951 100644 --- a/modules/pam_debug/Makefile.am +++ b/modules/pam_debug/Makefile.am @@ -12,7 +12,7 @@ secureconfdir = $(SCONFIGDIR) AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \ -I$(top_srcdir)/modules/pammodutil/include/ AM_LDFLAGS = -no-undefined -avoid-version -module \ - -L$(top_builddir)/modules/pammodutil -lpammodutil \ + $(top_builddir)/modules/pammodutil/libpammodutil.la \ -L$(top_builddir)/libpam -lpam if HAVE_VERSIONING AM_LDFLAGS += -Wl,--version-script=../modules.map |