A bit of refactoring...
[gedcom-parse.git] / t / src / Makefile.am
index 53029b3091b41464d867bf1510e7286eeb3291ae..8d3a869284976969d13b0f5b914a0ac81a3abacf 100644 (file)
@@ -9,21 +9,21 @@ CFLAGS   = -g -O2
 noinst_PROGRAMS = testgedcom pathtest gomtest updatetest @EXTRA_PROGS@
 EXTRA_PROGRAMS  = gomtest_static
 
-testgedcom_SOURCES = standalone.c
+testgedcom_SOURCES = standalone.c output.c
 testgedcom_LDFLAGS = -L ../../gedcom/.libs -lgedcom
 testgedcom_LDADD  = @INTLLIBS@ ../../utf8/libutf8.la
 
 pathtest_SOURCES = pathtest.c
 pathtest_LDFLAGS = -L ../../gedcom/.libs -lgedcom
 
-gomtest_SOURCES = gomtest.c
+gomtest_SOURCES = gomtest.c output.c dump_gom.c
 gomtest_LDFLAGS = -L ../../gedcom/.libs -L ../../gom/.libs -lgedcom_gom -lgedcom
 
-gomtest_static_SOURCES = gomtest.c
+gomtest_static_SOURCES = gomtest.c output.c
 gomtest_static_LDADD = ../../gedcom/.libs/libgedcom.a \
                       ../../gom/.libs/libgedcom_gom.a
 
-updatetest_SOURCES = update.c
+updatetest_SOURCES = update.c output.c
 updatetest_LDFLAGS = -L ../../gedcom/.libs -lgedcom
 
 TEST_SCRIPT=test_script test_gom test_update