Getting and setting strings.
[gedcom-parse.git] / Makefile.am
index 992535a9c25cb9474b08c05b657f9618af24d544..099b6e95033a6f3fd9d0a7a477f29ada5da90af3 100644 (file)
@@ -1,13 +1,14 @@
 ## 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 gedcom gom include . t doc po
 
 pkgdata_DATA = gedcom.enc
-noinst_PROGRAMS = testgedcom
 
-testgedcom_SOURCES = standalone.c
-testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
+EXTRA_DIST = $(pkgdata_DATA) Makefile.inc
+VERSIONED_FILES = README
 
-EXTRA_DIST = $(pkgdata_DATA)
+include $(top_srcdir)/Makefile.inc
+
+dist-hook:
+       $(replace-VERSION)