X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=c6a2ee6be713470403847baf13b9c406593b1b34;hb=30011c31ddc9336841a388da7761b0a71f09832e;hp=992535a9c25cb9474b08c05b657f9618af24d544;hpb=6be75e317cfb5ba23be25289399e2b9a6006cc1f;p=gedcom-parse.git diff --git a/Makefile.am b/Makefile.am index 992535a..c6a2ee6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -SUBDIRS = ansel gedcom . t doc include po intl +SUBDIRS = intl ansel gedcom . t doc include po INCLUDES = -I $(srcdir)/include pkgdata_DATA = gedcom.enc @@ -9,5 +9,9 @@ noinst_PROGRAMS = testgedcom testgedcom_SOURCES = standalone.c testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom +testgedcom_LDADD = @INTLLIBS@ EXTRA_DIST = $(pkgdata_DATA) + +clean-local: + rm -f testgedcom.out