X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=099b6e95033a6f3fd9d0a7a477f29ada5da90af3;hb=b4c2abcfcb90bd41a1e52094c61b16566cfc8ff4;hp=031d2a336984e77ee2b28aa87ad791f030173d5d;hpb=33ba39ee5fcff8327cb2a14b8826eb22a40c3be2;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index 031d2a3..099b6e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,14 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl ansel gedcom include . t doc po -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 -testgedcom_LDADD = @INTLLIBS@ - -EXTRA_DIST = $(pkgdata_DATA) +EXTRA_DIST = $(pkgdata_DATA) Makefile.inc VERSIONED_FILES = README include $(top_srcdir)/Makefile.inc dist-hook: $(replace-VERSION) - -clean-local: - rm -f testgedcom.out