From c01ac65a78ad194673ec02026bd1ca229b931791 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 21 Sep 2005 13:27:10 +0000 Subject: Relevant BUGIDs: Purpose of commit: new feature Commit summary: --------------- Allow out of tree builds --- modules/pam_listfile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_listfile/Makefile.am') diff --git a/modules/pam_listfile/Makefile.am b/modules/pam_listfile/Makefile.am index d622d7b6..3e4092c3 100644 --- a/modules/pam_listfile/Makefile.am +++ b/modules/pam_listfile/Makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include AM_LDFLAGS = -no-undefined -avoid-version -module \ -L$(top_builddir)/libpam -lpam if HAVE_VERSIONING - AM_LDFLAGS += -Wl,--version-script=../modules.map + AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map endif securelib_LTLIBRARIES = pam_listfile.la -- cgit v1.2.3