summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@neumann.local>2011-06-01 15:43:22 +0200
committerMarcus Brinkmann <marcus@neumann.local>2011-06-01 15:43:22 +0200
commit3a686a11d368964cd4a3dee951d5e576e608f45b (patch)
tree108747282f72e8f0ff63da8998ce65ff39de7c31
parentMerge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg (diff)
downloadgnupg2-3a686a11d368964cd4a3dee951d5e576e608f45b.tar.xz
gnupg2-3a686a11d368964cd4a3dee951d5e576e608f45b.zip
Add LIBICONV to LDFLAGS.
-rw-r--r--g13/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/Makefile.am b/g13/Makefile.am
index 56fd13b88..a8ae9eb25 100644
--- a/g13/Makefile.am
+++ b/g13/Makefile.am
@@ -42,4 +42,4 @@ g13_SOURCES = \
g13_LDADD = $(libcommonpth) ../gl/libgnu.a \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \
- $(GPG_ERROR_LIBS) $(LIBINTL)
+ $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)