From 17ad905ede35b2523fbd0c7a4aed48bc81f85878 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 20 Oct 2002 14:51:32 +0000 Subject: [PATCH] Fix for use of included gettext. --- t/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/src/Makefile.am b/t/src/Makefile.am index 34610a0..de1139b 100644 --- a/t/src/Makefile.am +++ b/t/src/Makefile.am @@ -12,7 +12,7 @@ noinst_HEADERS = output.h dump_gom.h testgedcom_SOURCES = standalone.c output.c testgedcom_LDFLAGS = -L ../../gedcom/.libs -lgedcom -testgedcom_LDADD = @INTLLIBS@ ../../utf8/libutf8.la +testgedcom_LDADD = ../../utf8/libutf8.la pathtest_SOURCES = pathtest.c pathtest_LDFLAGS = -L ../../gedcom/.libs -lgedcom -- 2.30.2