From 6336a31c95e662cf8664acf8eb1ebeb1e03799a4 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 16 Sep 2002 15:20:19 +0000 Subject: [PATCH] Moved utf8-locale.* to utf8 directory. --- t/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Makefile.am b/t/Makefile.am index aa8f237..16854ff 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -3,16 +3,16 @@ # $Name$ SUBDIRS=input -INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../include +INCLUDES = -DPKGDATADIR=\"$(pkgdatadir)\" -I $(srcdir)/../include \ + -I $(srcdir)/../utf8 CFLAGS = -g -O2 noinst_PROGRAMS = testgedcom pathtest gomtest @EXTRA_PROGS@ EXTRA_PROGRAMS = gomtest_static -testgedcom_SOURCES = standalone.c utf8-locale.c -noinst_HEADERS = utf8-locale.h +testgedcom_SOURCES = standalone.c testgedcom_LDFLAGS = -L ../gedcom/.libs -lgedcom -testgedcom_LDADD = @INTLLIBS@ +testgedcom_LDADD = @INTLLIBS@ ../utf8/libutf8.la pathtest_SOURCES = pathtest.c pathtest_LDFLAGS = -L ../gedcom/.libs -lgedcom -- 2.30.2