From: Peter Verthez Date: Mon, 16 Sep 2002 15:20:19 +0000 (+0000) Subject: Moved utf8-locale.* to utf8 directory. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=6336a31c95e662cf8664acf8eb1ebeb1e03799a4;p=gedcom-parse.git Moved utf8-locale.* to utf8 directory. --- 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