X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Makefile.am;h=3e5d93c5db1f68356397f48d4f7d3cd30e3f794c;hb=0e044d1efe3ed730e8f0bd20361b27059c6ca7d5;hp=c6a2ee6be713470403847baf13b9c406593b1b34;hpb=31a4189cadf24c423013b2ef0874feb8de7c9169;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index c6a2ee6..3e5d93c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,25 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = intl ansel gedcom . t doc include po +SUBDIRS = intl ansel gedcom include . t doc po INCLUDES = -I $(srcdir)/include +CFLAGS = -g -O2 pkgdata_DATA = gedcom.enc noinst_PROGRAMS = testgedcom -testgedcom_SOURCES = standalone.c +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) +VERSIONED_FILES = README + +include $(top_srcdir)/Makefile.inc + +dist-hook: + $(replace-VERSION) clean-local: rm -f testgedcom.out