From 9f8abbbb8b09c8c689ff04dd79b37de85e7deef9 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 28 Mar 2012 21:47:58 +0000 Subject: - macosx: both -lintl and -liconv are needed for static linking. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1