]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Link against an external libintl
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 25 Jan 2013 20:15:11 +0000 (21:15 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 25 Jan 2013 20:15:11 +0000 (21:15 +0100)
Without this library, the linker complains about missing libintl_gettext
and the like if gettext is not part of libc.

Makefile.in

index e05044d1545fa9895cbfce138f9ce45e9d50571d..cae0477a1b9a428f863ae00004a227d0a3c40684 100644 (file)
@@ -24,7 +24,7 @@ CFLAGS      = @CFLAGS@
 CPPFLAGS    = @CPPFLAGS@
 LDFLAGS     = @LDFLAGS@
 DEFS        = $(IBINDIR) $(ISYSCONFDIR) $(IFONTDIR) $(IIMAGEDIR) $(ISARGPHPDIR) $(ILOCALEDIR) @DEFS@
-LIBS        = @LIBS@ -lm
+LIBS        = @LIBS@ @LIBINTL@ -lm
 SRCDIR      = .
 VPATH       = .
 INSTALL     = cp