Declare headers properly.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Sep 2002 17:49:07 +0000 (17:49 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Sep 2002 17:49:07 +0000 (17:49 +0000)
t/src/Makefile.am

index 8d3a869284976969d13b0f5b914a0ac81a3abacf..34610a045d99f3e2eca1eb132f841f8e0ad98c08 100644 (file)
@@ -8,6 +8,7 @@ CFLAGS   = -g -O2
 
 noinst_PROGRAMS = testgedcom pathtest gomtest updatetest @EXTRA_PROGS@
 EXTRA_PROGRAMS  = gomtest_static
 
 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_SOURCES = standalone.c output.c
 testgedcom_LDFLAGS = -L ../../gedcom/.libs -lgedcom