Declare headers properly.
[gedcom-parse.git] / Makefile.am
index 992535a9c25cb9474b08c05b657f9618af24d544..738f41c801c5236724df0ce17fb9d9bb2506d8da 100644 (file)
@@ -1,13 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-SUBDIRS = ansel gedcom . t doc include po intl
-INCLUDES = -I $(srcdir)/include
+SUBDIRS = intl ansel utf8 gedcom gom include . t doc data po
 
-pkgdata_DATA = gedcom.enc
-noinst_PROGRAMS = testgedcom
+EXTRA_DIST = Makefile.inc
+VERSIONED_FILES = README
 
-testgedcom_SOURCES = standalone.c
-testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
+include $(top_srcdir)/Makefile.inc
 
-EXTRA_DIST = $(pkgdata_DATA)
+dist-hook:
+       $(replace-VERSION)