Made sources and debian package buildable on current versions of software.
[gedcom-parse.git] / GNUmakefile.am
index c0450a2bf35bc6704015371e6a9a521c69ed4cdb..ed184c46ad1861367490fe87983ac38f78431ffe 100644 (file)
@@ -1,10 +1,14 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po
+SUBDIRS = intl iconv utf8 gedcom gom include . bin t doc data po m4
+AUTOMAKE_OPTIONS = gnu subdir-objects
 
 EXTRA_DIST = Makefile.inc
 VERSIONED_FILES = README
+DISTCLEANFILES = GNUmakefile
+
+bin_SCRIPTS = gedcom-config
 
 include $(top_srcdir)/Makefile.inc