From: Peter Verthez Date: Sun, 20 Oct 2002 14:53:14 +0000 (+0000) Subject: Fix for using included gettext. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=inline;h=935f36fc3499cb863e577fcab2d26588385d2292;p=gedcom-parse.git Fix for using included gettext. --- diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 7a46ae8..9c88264 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -28,7 +28,7 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ age.c \ compat.c libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) $(LIBICONV) -libgedcom_la_LIBADD = calendar/libcalendar.la +libgedcom_la_LIBADD = calendar/libcalendar.la @INTLLIBS@ BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \ lex.gedcom_lohi_.c \