X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2FMakefile.am;h=d00ac885164b54b56d541cba57107325b1b401b7;hb=f063286d11379bef709dc47d696e4f5b8e9b20c1;hp=025ee80d523ac87205568390f227878b8bc8d3c8;hpb=7b70ac5f2251178c3b00c806b4528b4b8dfa615b;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 025ee80..d00ac88 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -26,7 +26,8 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ hash.c \ xref.c \ age.c \ - compat.c + compat.c \ + buffer.c libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) $(LIBICONV) libgedcom_la_LIBADD = calendar/libcalendar.la @INTLLIBS@ BUILT_SOURCES = lex.gedcom_1byte_.c \ @@ -47,7 +48,8 @@ noinst_HEADERS = encoding.h \ hash.h \ xref.h \ age.h \ - compat.h + compat.h \ + buffer.h EXTRA_DIST = gedcom.y \ gedcom_date.y \ gedcom_1byte.lex \