summaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2006-12-08 00:20:20 +0100
committerDavid Shaw <dshaw@jabberwocky.com>2006-12-08 00:20:20 +0100
commit7b9eee1e5eed08fce2a6f2b6e75104f9d30a0edb (patch)
tree496aab8a3895a8eeda1658dd59436bcee14e024e /agent/Makefile.am
parent(no commit message) (diff)
downloadgnupg2-7b9eee1e5eed08fce2a6f2b6e75104f9d30a0edb.tar.xz
gnupg2-7b9eee1e5eed08fce2a6f2b6e75104f9d30a0edb.zip
Makefile.am: Link to iconv for jnlib dependency. (OSX)
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index d8c56175f..6ec0068ca 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -53,7 +53,7 @@ pwquery_libs = ../common/libsimple-pwquery.a
gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(PTH_CFLAGS)
gpg_agent_LDADD = $(commonpth_libs) \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_PTH_LIBS) $(PTH_LIBS) \
- $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS)
+ $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
gpg_protect_tool_SOURCES = \
protect-tool.c \
@@ -62,14 +62,14 @@ gpg_protect_tool_SOURCES = \
# Needs $(NETLIBS) for libsimple-pwquery.la.
gpg_protect_tool_LDADD = $(pwquery_libs) $(common_libs) \
- $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS)
+ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
gpg_preset_passphrase_SOURCES = \
preset-passphrase.c
# Needs $(NETLIBS) for libsimple-pwquery.la.
gpg_preset_passphrase_LDADD = $(pwquery_libs) $(common_libs) \
- $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS)
+ $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
# Make sure that all libs are build before we use them. This is