From 935f36fc3499cb863e577fcab2d26588385d2292 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 20 Oct 2002 14:53:14 +0000 Subject: [PATCH] Fix for using included gettext. --- gedcom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2