diff options
author | Werner Koch <wk@gnupg.org> | 2013-08-30 10:05:08 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-08-30 10:05:08 +0200 |
commit | 12990efb45ee7c425167aad19fe759d5609c5182 (patch) | |
tree | f2a2cc42b532ad99f84fd7af9fc80cd817b91c5c /tools/Makefile.am | |
parent | scd: Use vendor and product id macros also in apdu.c (diff) | |
download | gnupg2-12990efb45ee7c425167aad19fe759d5609c5182.tar.xz gnupg2-12990efb45ee7c425167aad19fe759d5609c5182.zip |
gpgtar: Fix building for systems with a separate libintl.
* tools/Makefile.am (gpgtar_LDADD): Add LIBINTL and LIBICONV.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index bc48eeaff..946ae4ac7 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -145,7 +145,8 @@ gpgtar_SOURCES = \ no-libgcrypt.c gpgtar_CFLAGS = $(GPG_ERROR_CFLAGS) $(PTH_CFLAGS) #gpgtar_LDADD = $(commonpth_libs) $(PTH_LIBS) $(GPG_ERROR_LIBS) -gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(W32SOCKLIBS) +gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) \ + $(LIBINTL) $(NETLIBS) $(LIBICONV) $(W32SOCKLIBS) # Make sure that all libs are build before we use them. This is |