aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-30 10:34:31 +0000
committerJustus Winter <[email protected]>2016-09-30 15:45:59 +0000
commit6054e8aaecbd355bb7559697eecaadf2225189b8 (patch)
tree8dad3ead3f3f3b0043f1defc952b428414624016 /common
parentagent: Enable restricted, browser, and ssh socket by default. (diff)
downloadgnupg-6054e8aaecbd355bb7559697eecaadf2225189b8.tar.gz
gnupg-6054e8aaecbd355bb7559697eecaadf2225189b8.zip
build: Fix build against libiconv.
* agent/Makefile.am: Add INCICONV and LIBICONV. * common/Makefile.am: Likewise. * tools/Makefile.am: Likewise. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 9f151f250..960d1dc9e 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -177,7 +177,7 @@ endif
t_extra_src = t-support.h
t_common_cflags = $(KSBA_CFLAGS) $(LIBGCRYPT_CFLAGS) \
- $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
+ $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
t_common_ldadd = libcommon.a \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV)