mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
build: Fix several "include file not found" problems
* dirmngr/Makefile.am (t_ldap_parse_uri_CFLAGS): Add KSBA_CFLAGS. * kbx/Makefile.am (libkeybox_a_CFLAGS, libkeybox509_a_CFLAGS): Add NPTH_CFLAGS. * tools/Makefile.am (gpgtar_CFLAGS, gpg_wks_server_CFLAGS, gpg_wks_client_CFLAGS, gpg_pair_tool_CFLAGS): Add LIBGCRYPT_CFLAGS. -- The tools include gcrypt.h via common/util.h. GnuPG-bug-id: 5592
This commit is contained in:
parent
a43efc9294
commit
027e34235b
3 changed files with 8 additions and 7 deletions
|
@ -50,9 +50,9 @@ common_sources = \
|
|||
libkeybox_a_SOURCES = $(common_sources)
|
||||
libkeybox509_a_SOURCES = $(common_sources)
|
||||
|
||||
libkeybox_a_CFLAGS = $(AM_CFLAGS)
|
||||
libkeybox509_a_CFLAGS = $(AM_CFLAGS) -DKEYBOX_WITH_X509=1
|
||||
|
||||
libkeybox_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS)
|
||||
libkeybox509_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) \
|
||||
-DKEYBOX_WITH_X509=1
|
||||
|
||||
# We need W32SOCKLIBS because the init subsystem code in libcommon
|
||||
# requires it - although we don't actually need it. It is easier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue