X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2FMakefile.am;h=1f24dbb89608eaa3285362f43bee6021cfd97e77;hb=c035581ee0617326ce4ff797bfd2e089af44c574;hp=d0031a77c22a43e2f85c2aeed27e6fd7ad648591;hpb=ed06b5a50e066bc87bd5e795ab3555bf86e520d9;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index d0031a7..1f24dbb 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -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 \ @@ -36,7 +37,8 @@ BUILT_SOURCES = lex.gedcom_1byte_.c \ gedcom.tab.h \ gedcom.tabgen.h \ gedcom_date.tab.c \ - gedcom_date.tab.h + gedcom_date.tab.h \ + gedcom_date.tabgen.h noinst_HEADERS = encoding.h \ gedcom_internal.h \ interface.h \ @@ -44,6 +46,7 @@ noinst_HEADERS = encoding.h \ date.h \ hash.h \ xref.h \ + age.h \ compat.h EXTRA_DIST = gedcom.y \ gedcom_date.y \