From: Peter Verthez Date: Sat, 28 Sep 2002 17:57:21 +0000 (+0000) Subject: Add -export-dynamic to be able to use libtool --execute. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=d39c90b227481b9b8e6bb707570a9458618b5718;p=gedcom-parse.git Add -export-dynamic to be able to use libtool --execute. --- diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 0e532c4..1f24dbb 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -27,7 +27,7 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ xref.c \ age.c \ compat.c -libgedcom_la_LDFLAGS = -version-info $(LIBVERSION) +libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) $(LIBICONV) libgedcom_la_LIBADD = calendar/libcalendar.la BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \