X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=738f41c801c5236724df0ce17fb9d9bb2506d8da;hb=26f6997a399d4e68ea4a9cea87c8c277fb06b709;hp=3e5d93c5db1f68356397f48d4f7d3cd30e3f794c;hpb=5c40e570e3bd0f3d7139e4d1e429527400c50133;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index 3e5d93c..738f41c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,25 +1,12 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl ansel gedcom include . t doc po -INCLUDES = -I $(srcdir)/include -CFLAGS = -g -O2 +SUBDIRS = intl ansel utf8 gedcom gom include . t doc data po -pkgdata_DATA = gedcom.enc -noinst_PROGRAMS = testgedcom - -testgedcom_SOURCES = standalone.c utf8-locale.c -noinst_HEADERS = utf8-locale.h -testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom -testgedcom_LDADD = @INTLLIBS@ - -EXTRA_DIST = $(pkgdata_DATA) +EXTRA_DIST = Makefile.inc VERSIONED_FILES = README include $(top_srcdir)/Makefile.inc dist-hook: $(replace-VERSION) - -clean-local: - rm -f testgedcom.out