diff options
Diffstat (limited to 'modules/pam_debug/Makefile.am')
-rw-r--r-- | modules/pam_debug/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/pam_debug/Makefile.am b/modules/pam_debug/Makefile.am index 79d5f028..2fffe11e 100644 --- a/modules/pam_debug/Makefile.am +++ b/modules/pam_debug/Makefile.am @@ -11,8 +11,11 @@ secureconfdir = $(SCONFIGDIR) AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \ -I$(top_srcdir)/modules/pammodutil/include/ -AM_LDFLAGS = -avoid-version -module \ +AM_LDFLAGS = -no-undefined -avoid-version -module \ -L$(top_builddir)/modules/pammodutil -lpammodutil \ -L$(top_builddir)/libpam -lpam +if HAVE_VERSIONING + AM_LDFLAGS += -Wl,--version-script=../modules.map +endif securelib_LTLIBRARIES = pam_debug.la |