From 5684a3ce93e11c887cbf3c237fd007d517cb2c30 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 21 Dec 2002 18:14:44 +0000 Subject: [PATCH] UTF8 library is now a shared library. utf8.h renamed to utf8tools.h --- gom/Makefile.am | 5 +++-- gom/gom_modify.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gom/Makefile.am b/gom/Makefile.am index ad7df33..f05c496 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -58,5 +58,6 @@ noinst_HEADERS = header.h \ user_rec.h \ gom_internal.h -libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) -libgedcom_gom_la_LIBADD = ../utf8/libutf8.la +libgedcom_gom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) \ + -L../utf8/.libs +libgedcom_gom_la_LIBADD = -lutf8tools diff --git a/gom/gom_modify.c b/gom/gom_modify.c index bff22cd..3da2fa8 100644 --- a/gom/gom_modify.c +++ b/gom/gom_modify.c @@ -23,7 +23,7 @@ #include #include -#include "utf8.h" +#include "utf8tools.h" #include "gom.h" #include "gom_internal.h" -- 2.30.2