diff options
author | Justus Winter <[email protected]> | 2016-09-30 10:34:31 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-30 15:45:59 +0000 |
commit | 6054e8aaecbd355bb7559697eecaadf2225189b8 (patch) | |
tree | 8dad3ead3f3f3b0043f1defc952b428414624016 /common | |
parent | agent: Enable restricted, browser, and ssh socket by default. (diff) | |
download | gnupg-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.am | 2 |
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) |