X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2FMakefile.am;h=227a9c2860cfdfd4090fe648c4045b8718ed7a12;hb=866835ac8928d7e40919c2ca59799cb37023856f;hp=f05c4966e642fdbd63f50981bb337db30436a8e6;hpb=5684a3ce93e11c887cbf3c237fd007d517cb2c30;p=gedcom-parse.git diff --git a/gom/Makefile.am b/gom/Makefile.am index f05c496..227a9c2 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # $Name$ -INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 +INCLUDES = -I$(srcdir)/../intl -I$(srcdir)/../include -I$(srcdir)/../utf8 CFLAGS = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ lib_LTLIBRARIES = libgedcom_gom.la @@ -31,7 +31,8 @@ libgedcom_gom_la_SOURCES = gom.c \ source_event.c \ source_description.c \ user_rec.c \ - gom_modify.c + gom_modify.c \ + gom_internal.c noinst_HEADERS = header.h \ submission.h \ submitter.h \ @@ -56,7 +57,8 @@ noinst_HEADERS = header.h \ source_event.h \ source_description.h \ user_rec.h \ - gom_internal.h + gom_internal.h \ + func_template.h libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) \ -L../utf8/.libs