aboutsummaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
authorJakub Jelen <[email protected]>2021-04-13 04:54:14 +0000
committerNIIBE Yutaka <[email protected]>2021-04-13 04:54:14 +0000
commitcd66b2eb0d34b135175899362e191fff81588608 (patch)
tree6c90d19b826987d1dc2fa21046624accc59cd54b /kbx
parentgpg: Minor restructuring of a function. (diff)
downloadgnupg-cd66b2eb0d34b135175899362e191fff81588608.tar.gz
gnupg-cd66b2eb0d34b135175899362e191fff81588608.zip
agent,kbx: Add LIBASSUAN_CLFAGS.
* agent/Makefile.am (gpg_preset_passphrase_CFLAGS, t_protect_CFLAGS): Add LIBASSUAN_CFLAGS. * kbx/Makefile.am (libkeybox_a_CFLAGS, libkeybox509_a_CFLAGS): Likewise. -- GnuPG-bug-id: 5389 Signed-off-by: Jakub Jelen <[email protected]>
Diffstat (limited to 'kbx')
-rw-r--r--kbx/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/Makefile.am b/kbx/Makefile.am
index fe72860e9..dd727e1e0 100644
--- a/kbx/Makefile.am
+++ b/kbx/Makefile.am
@@ -65,8 +65,8 @@ client_sources = \
libkeybox_a_SOURCES = $(common_sources) $(client_sources)
libkeybox509_a_SOURCES = $(common_sources) $(client_sources)
-libkeybox_a_CFLAGS = $(AM_CFLAGS)
-libkeybox509_a_CFLAGS = $(AM_CFLAGS) -DKEYBOX_WITH_X509=1
+libkeybox_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
+libkeybox509_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DKEYBOX_WITH_X509=1
# We need W32SOCKLIBS because the init subsystem code in libcommon