X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2FMakefile.am;h=c227bd7517f1ebec41bfcf33671aacc5789da912;hb=refs%2Fheads%2Flibiconv-gedcom-1.14;hp=9cfc216cc2a62001adb8cd4be7d4a2a1f724d7f3;hpb=cb43a876495af794327ff515fb7c2d6a931605c1;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 9cfc216..c227bd7 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -29,9 +29,10 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ age.c \ compat.c \ buffer.c \ - write.c + write.c \ + encoding_state.c libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) -libgedcom_la_LIBADD = calendar/libcalendar.la @INTLLIBS@ +libgedcom_la_LIBADD = calendar/libcalendar.la @LTLIBINTL@ BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \ lex.gedcom_lohi_.c \ @@ -53,7 +54,8 @@ noinst_HEADERS = encoding.h \ age.h \ compat.h \ buffer.h \ - tag_data.h + tag_data.h \ + encoding_state.h EXTRA_DIST = gedcom.y \ gedcom_date.y \ gedcom_1byte.lex \ @@ -98,6 +100,7 @@ lex.gedcom_date_.c: gedcom_date.lex tag_names.h: $(srcdir)/gedcom.tabgen.h process_tags srcdir=$(srcdir); export srcdir; \ perl $(srcdir)/process_tags + cd ../include/ && $(MAKE) gedcom-tags.h lex.gedcom_1byte_.c: gedcom.tabgen.h gedcom_lex_common.c lex.gedcom_hilo_.c: gedcom.tabgen.h gedcom_lex_common.c