From 4d93e5e3cfb5e017bcdf58e8e9ecce11a2870192 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 30 Aug 2013 10:05:08 +0200 Subject: gpgtar: Fix building for systems with a separate libintl. * tools/Makefile.am (gpgtar_LDADD): Add LIBINTL. -- Signed-off-by: Werner Koch (cherry picked from commit 12990efb45ee7c425167aad19fe759d5609c5182) Resolved conflicts: tools/Makefile.am => Libiconv was already there. --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index a94fbcda2..cc782a389 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -119,7 +119,7 @@ gpgtar_SOURCES = \ no-libgcrypt.c gpgtar_CFLAGS = $(GPG_ERROR_CFLAGS) $(PTH_CFLAGS) gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) \ - $(NETLIBS) $(LIBICONV) $(W32SOCKLIBS) + $(LIBINTL) $(NETLIBS) $(LIBICONV) $(W32SOCKLIBS) # Make sure that all libs are build before we use them. This is # important for things like make -j2. -- cgit v1.2.3