X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2FMakefile.am;h=0e532c44df41737f36a63949e39c8fe81bb86e74;hb=9430c3f93860ce406faba17e0d0b6496ff797bb1;hp=d0031a77c22a43e2f85c2aeed27e6fd7ad648591;hpb=ed06b5a50e066bc87bd5e795ab3555bf86e520d9;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index d0031a7..0e532c4 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -25,6 +25,7 @@ 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_LIBADD = calendar/libcalendar.la @@ -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 \