X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2FMakefile.am;h=faaa1d504584663d9d77913605bc4b88ec6da519;hb=d4a4e9cba04f9bf056d54c9ae349cc7e89ff337d;hp=f4ba02018e9b4538a6d248cd40e080f88f7230c5;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/Makefile.am b/gom/Makefile.am index f4ba020..faaa1d5 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -2,8 +2,8 @@ # $Id$ # $Name$ -INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -CFLAGS = -g -O2 -W -Wall -Wno-unused-parameter -pedantic +INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long lib_LTLIBRARIES = libgedcom_gom.la libgedcom_gom_la_SOURCES = gom.c \ @@ -30,7 +30,8 @@ libgedcom_gom_la_SOURCES = gom.c \ association.c \ source_event.c \ source_description.c \ - user_rec.c + user_rec.c \ + gom_modify.c noinst_HEADERS = header.h \ submission.h \ submitter.h \ @@ -54,6 +55,8 @@ noinst_HEADERS = header.h \ association.h \ source_event.h \ source_description.h \ - user_rec.h + user_rec.h \ + gom_internal.h -libgedcom_gom_la_LDFLAGS = -version-info $(LIBVERSION) +libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) +libgedcom_gom_la_LIBADD = ../utf8/libutf8.la