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 --- libpamc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpamc') diff --git a/libpamc/Makefile.am b/libpamc/Makefile.am index 9465dd3e..b57beb24 100644 --- a/libpamc/Makefile.am +++ b/libpamc/Makefile.am @@ -16,7 +16,7 @@ AM_CFLAGS=-I$(top_srcdir)/libpam/include -I$(srcdir)/include libpamc_la_LDFLAGS = -no-undefined -version-info 81:0:81 if HAVE_VERSIONING - libpamc_la_LDFLAGS += -Wl,--version-script=libpamc.map + libpamc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpamc.map endif lib_LTLIBRARIES = libpamc.la -- cgit v1.2.3