From: Peter Verthez Date: Sat, 22 Dec 2001 15:47:21 +0000 (+0000) Subject: Don't link libgedcom with the libintl library: let this be done by the X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=1300179f4392be17086ae7c426c2090e095a5d4f;p=gedcom-parse.git Don't link libgedcom with the libintl library: let this be done by the programs themselves. --- diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index d2ac2eb..afc9e9e 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -19,7 +19,6 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ encoding.c \ interface.c libgedcom_la_LDFLAGS = -version-info $(LIBVERSION) -libgedcom_la_LIBADD = @INTLLIBS@ BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \ lex.gedcom_lohi_.c \