From: Peter Verthez Date: Sat, 22 Dec 2001 15:45:31 +0000 (+0000) Subject: Avoid problems with libintl on make distcheck. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=783b2fe5a3b3b7ac7082f08c367aae0368012f6b;p=gedcom-parse.git Avoid problems with libintl on make distcheck. --- diff --git a/Makefile.am b/Makefile.am index 992535a..ad366c9 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,6 @@ noinst_PROGRAMS = testgedcom testgedcom_SOURCES = standalone.c testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom +testgedcom_LDADD = @INTLLIBS@ EXTRA_DIST = $(pkgdata_DATA)