Fix for use of included gettext.
[gedcom-parse.git] / t / src / Makefile.am
index 8d3a869284976969d13b0f5b914a0ac81a3abacf..de1139b1d3b729c4fed99629d0d71aac4cbeb6ae 100644 (file)
@@ -8,10 +8,11 @@ CFLAGS   = -g -O2
 
 noinst_PROGRAMS = testgedcom pathtest gomtest updatetest @EXTRA_PROGS@
 EXTRA_PROGRAMS  = gomtest_static
+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