diff options
author | Werner Koch <[email protected]> | 2013-08-30 08:05:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-08-30 08:11:03 +0000 |
commit | 4d93e5e3cfb5e017bcdf58e8e9ecce11a2870192 (patch) | |
tree | c1a3921244491dd057369dd28dfe66bfa0c7b177 | |
parent | scd: PC/SC pinpad input improvement. (diff) | |
download | gnupg-4d93e5e3cfb5e017bcdf58e8e9ecce11a2870192.tar.gz gnupg-4d93e5e3cfb5e017bcdf58e8e9ecce11a2870192.zip |
gpgtar: Fix building for systems with a separate libintl.
* tools/Makefile.am (gpgtar_LDADD): Add LIBINTL.
--
Signed-off-by: Werner Koch <[email protected]>
(cherry picked from commit 12990efb45ee7c425167aad19fe759d5609c5182)
Resolved conflicts:
tools/Makefile.am => Libiconv was already there.
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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. |