summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <jbj>2008-03-27 17:31:24 +0000
committerjbj <jbj>2008-03-27 17:31:24 +0000
commitd4b59476b4d749b7972e1adeca979d5a3c4e86e0 (patch)
tree362e928f972f05a96051c30210932bd04bafd3ce /Makefile.am
parent27a51ea13e39129fdaceab26151effc969bc3e1f (diff)
downloadlibpopt-d4b59476b4d749b7972e1adeca979d5a3c4e86e0.tar.gz
- jbj: add @LTLIBICONV@ when needed (Stanislav Brabec<sbrabec@suse.cz>).
- jbj: fix: remove the "echo --" Fedorable hack-a-round.
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 71206e7..e142c53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ usrlibdir = $(libdir)
usrlib_LTLIBRARIES = libpopt.la
libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c
-libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@
+libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@
if HAVE_LD_VERSION_SCRIPT
libpopt_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpopt.vers