summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <jbj>2012-03-28 21:47:58 +0000
committerjbj <jbj>2012-03-28 21:47:58 +0000
commit9f8abbbb8b09c8c689ff04dd79b37de85e7deef9 (patch)
tree0b4cbea4ab4bb917d56e626d3dbd21f04695dd75 /Makefile.am
parente1785f3f6602b64a02f5849f255b6db78ee1710d (diff)
downloadlibpopt-9f8abbbb8b09c8c689ff04dd79b37de85e7deef9.tar.gz
- macosx: both -lintl and -liconv are needed for static linking.rpm-5_4_8-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 4a6d752..df348fa 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) $(INTLLIBS)
+AM_LDFLAGS = $(POPT_LDFLAGS) $(LTLIBINTL) $(LTLIBICONV)
## begin configmake