X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=738f41c801c5236724df0ce17fb9d9bb2506d8da;hb=a989ed6b8feb891cbd7ef99eec26cdb65c6e442e;hp=c6a2ee6be713470403847baf13b9c406593b1b34;hpb=31a4189cadf24c423013b2ef0874feb8de7c9169;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index c6a2ee6..738f41c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,12 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl ansel gedcom . t doc include po -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 -testgedcom_LDADD = @INTLLIBS@ +include $(top_srcdir)/Makefile.inc -EXTRA_DIST = $(pkgdata_DATA) - -clean-local: - rm -f testgedcom.out +dist-hook: + $(replace-VERSION)