X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gedcom%2FMakefile.am;h=661c7f6bbff731015774ac803455d18b8a154377;hb=2bc823f8a1f484dca1c3c816a718ffd80df509dd;hp=b932d6939a607ecad5304e49a5225bc4e33f6f9d;hpb=862ab80e4574e70069ad77fb2654caa090b9153e;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index b932d69..661c7f6 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = calendar . localedir = $(datadir)/locale INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/calendar \ + -I $(srcdir)/../utf8 \ -DPKGDATADIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" YFLAGS = --debug --defines LFLAGS = -8 @@ -26,9 +27,10 @@ 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@ +libgedcom_la_LIBADD = calendar/libcalendar.la ../utf8/libutf8.la @INTLLIBS@ BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \ lex.gedcom_lohi_.c \ @@ -47,14 +49,16 @@ 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 \ gedcom_hilo.lex \ gedcom_lohi.lex \ gedcom_date.lex \ - gedcom_lex_common.c + gedcom_lex_common.c \ + $(BUILT_SOURCES) include $(top_srcdir)/Makefile.inc