Add -export-dynamic to be able to use libtool --execute.
[gedcom-parse.git] / gedcom / Makefile.am
index 9bd55c15051920888781e6f3dd64e8cb806f5994..1f24dbb89608eaa3285362f43bee6021cfd97e77 100644 (file)
@@ -25,8 +25,9 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \
                       date.c \
                       hash.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 \
@@ -45,6 +46,7 @@ noinst_HEADERS = encoding.h \
                 date.h \
                 hash.h \
                 xref.h \
+                age.h \
                 compat.h
 EXTRA_DIST = gedcom.y \
             gedcom_date.y \