X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gedcom%2FMakefile.am;fp=gedcom%2FMakefile.am;h=0e532c44df41737f36a63949e39c8fe81bb86e74;hb=aaf25c4b713b59cd71c4f06466ecbf64d9cad7dd;hp=9bd55c15051920888781e6f3dd64e8cb806f5994;hpb=6432f3c3174135b38fc4084556cc487619510366;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 9bd55c1..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 @@ -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 \