From: Peter Verthez <Peter.Verthez@advalvas.be>
Date: Sun, 20 Oct 2002 13:46:19 +0000 (+0000)
Subject: Revert to using Makefile.inc (GNU make is used anyway).
X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=71fb1ac7e2aac548fefe631b9c116429d65ec25e;p=gedcom-parse.git

Revert to using Makefile.inc (GNU make is used anyway).
---

diff --git a/GNUmakefile.am b/GNUmakefile.am
index c059454..c0450a2 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -3,5 +3,10 @@
 # $Name$
 SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po
 
-EXTRA_DIST = README.in README
+EXTRA_DIST = Makefile.inc
+VERSIONED_FILES = README
 
+include $(top_srcdir)/Makefile.inc
+
+dist-hook:
+	$(replace-VERSION)