X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=f8c7be90874807d5370781a7bd6c721f1d6f755a;hb=9b5b3ced5dab0f2a82d8022684ca0ade91ed6060;hp=992535a9c25cb9474b08c05b657f9618af24d544;hpb=6be75e317cfb5ba23be25289399e2b9a6006cc1f;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index 992535a..f8c7be9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,17 @@ ## 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 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) + +clean-local: + rm -f testgedcom.out