From: Peter Verthez Date: Sun, 20 Oct 2002 14:51:32 +0000 (+0000) Subject: Fix for use of included gettext. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=17ad905ede35b2523fbd0c7a4aed48bc81f85878;p=gedcom-parse.git Fix for use of included gettext. --- 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