summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <jbj>2012-02-26 16:04:40 +0000
committerjbj <jbj>2012-02-26 16:04:40 +0000
commita2a61d2008adc994330dccaf4d8a2c916f0e9b75 (patch)
treefd809e9faf1caae7396b7e07188552ae2ad9b5f2 /Makefile.am
parent168eff2f3277fbad0b0c190792b8eb08dcfcabda (diff)
downloadlibpopt-a2a61d2008adc994330dccaf4d8a2c916f0e9b75.tar.gz
- macosx: needs $(INTLLIBS) explictly.rpm-5_4_7-release
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 755e8a8..4a6d752 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -I. -I$(top_srcdir)
AM_CFLAGS = $(POPT_CFLAGS)
-AM_LDFLAGS = $(POPT_LDFLAGS)
+AM_LDFLAGS = $(POPT_LDFLAGS) $(INTLLIBS)
## begin configmake