From: Peter Verthez Date: Tue, 17 Sep 2002 15:48:11 +0000 (+0000) Subject: Use of libutf8 X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=b4c2abcfcb90bd41a1e52094c61b16566cfc8ff4;hp=5500079d8f9659388bcef6c17f8d36fdfdaddd82;p=gedcom-parse.git Use of libutf8 --- diff --git a/gom/Makefile.am b/gom/Makefile.am index 5a7f659..38c5edf 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # $Name$ -INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include +INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 CFLAGS = -g -O2 -W -Wall -Wno-unused-parameter -pedantic lib_LTLIBRARIES = libgedcom_gom.la @@ -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 \ @@ -58,3 +59,4 @@ noinst_HEADERS = header.h \ gom_internal.h libgedcom_gom_la_LDFLAGS = -version-info $(LIBVERSION) +libgedcom_gom_la_LIBADD = ../utf8/libutf8.la