mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Remove -I option to common.
* dirmngr/Makefile.am (AM_CPPFLAGS): Remove -I$(top_srcdir)/common. * g10/Makefile.am (AM_CPPFLAGS): Ditto. * g13/Makefile.am (AM_CPPFLAGS): Ditto. * kbx/Makefile.am (AM_CPPFLAGS): Ditto. * scd/Makefile.am (AM_CPPFLAGS): Ditto. * sm/Makefile.am (AM_CPPFLAGS): Ditto. * tools/Makefile.am (AM_CPPFLAGS): Ditto. * Throughout: Follow the change. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
de3838372a
commit
70aca95d68
164 changed files with 446 additions and 451 deletions
|
@ -31,7 +31,7 @@ endif
|
|||
noinst_PROGRAMS = $(module_tests) $(module_net_tests) $(module_maint_tests)
|
||||
TESTS = $(module_tests) $(module_net_tests)
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/common
|
||||
AM_CPPFLAGS =
|
||||
|
||||
include $(top_srcdir)/am/cmacros.am
|
||||
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
#include "../common/strlist.h"
|
||||
#include "../common/asshelp.h"
|
||||
|
||||
#include "i18n.h"
|
||||
#include "util.h"
|
||||
#include "init.h"
|
||||
#include "../common/i18n.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/init.h"
|
||||
|
||||
|
||||
/* Constants for the options. */
|
||||
|
|
|
@ -65,12 +65,12 @@
|
|||
#if USE_LDAP
|
||||
# include "ldapserver.h"
|
||||
#endif
|
||||
#include "asshelp.h"
|
||||
#include "../common/asshelp.h"
|
||||
#if USE_LDAP
|
||||
# include "ldap-wrapper.h"
|
||||
#endif
|
||||
#include "../common/init.h"
|
||||
#include "gc-opt-flags.h"
|
||||
#include "../common/gc-opt-flags.h"
|
||||
#include "dns-stuff.h"
|
||||
#include "http-common.h"
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
#include "../common/mischelp.h"
|
||||
#include "../common/strlist.h"
|
||||
|
||||
#include "i18n.h"
|
||||
#include "util.h"
|
||||
#include "../common/i18n.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/init.h"
|
||||
|
||||
/* With the ldap wrapper, there is no need for the npth_unprotect and leave
|
||||
|
|
|
@ -68,8 +68,8 @@
|
|||
#endif
|
||||
|
||||
#include "./dirmngr-err.h"
|
||||
#include "util.h"
|
||||
#include "host2net.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/host2net.h"
|
||||
#include "dns-stuff.h"
|
||||
|
||||
#ifdef USE_NPTH
|
||||
|
|
|
@ -96,8 +96,8 @@
|
|||
|
||||
#include <assuan.h> /* We need the socket wrapper. */
|
||||
|
||||
#include "util.h"
|
||||
#include "i18n.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/i18n.h"
|
||||
#include "dns-stuff.h"
|
||||
#include "http.h"
|
||||
#include "http-common.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "dirmngr.h"
|
||||
#include "misc.h"
|
||||
#include "userids.h"
|
||||
#include "../common/userids.h"
|
||||
#include "ks-engine.h"
|
||||
|
||||
/* Print a help output for the schemata supported by this module. */
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "dirmngr.h"
|
||||
#include "misc.h"
|
||||
#include "userids.h"
|
||||
#include "../common/userids.h"
|
||||
#include "dns-stuff.h"
|
||||
#include "ks-engine.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "dirmngr.h"
|
||||
#include "misc.h"
|
||||
#include "userids.h"
|
||||
#include "../common/userids.h"
|
||||
#include "ks-engine.h"
|
||||
|
||||
/* Print a help output for the schemata supported by this module. */
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#include "dirmngr.h"
|
||||
#include "misc.h"
|
||||
#include "userids.h"
|
||||
#include "../common/userids.h"
|
||||
#include "ks-engine.h"
|
||||
#include "ldap-parse-uri.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# include <ldap.h>
|
||||
#endif
|
||||
|
||||
#include "util.h"
|
||||
#include "../common/util.h"
|
||||
#include "http.h"
|
||||
|
||||
/* Returns 1 if the string is an LDAP URL (begins with ldap:, ldaps:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef DIRMNGR_LDAP_PARSE_URI_H
|
||||
#define DIRMNGR_LDAP_PARSE_URI_H
|
||||
|
||||
#include "util.h"
|
||||
#include "../common/util.h"
|
||||
#include "http.h"
|
||||
|
||||
extern int ldap_uri_p (const char *url);
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#include <npth.h>
|
||||
|
||||
#include "dirmngr.h"
|
||||
#include "exechelp.h"
|
||||
#include "../common/exechelp.h"
|
||||
#include "misc.h"
|
||||
#include "ldap-wrapper.h"
|
||||
|
||||
|
|
|
@ -31,12 +31,12 @@
|
|||
#include <npth.h>
|
||||
|
||||
#include "dirmngr.h"
|
||||
#include "exechelp.h"
|
||||
#include "../common/exechelp.h"
|
||||
#include "crlfetch.h"
|
||||
#include "ldapserver.h"
|
||||
#include "misc.h"
|
||||
#include "ldap-wrapper.h"
|
||||
#include "host2net.h"
|
||||
#include "../common/host2net.h"
|
||||
|
||||
|
||||
#define UNENCODED_URL_CHARS "abcdefghijklmnopqrstuvwxyz" \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "dirmngr.h"
|
||||
#include "util.h"
|
||||
#include "../common/util.h"
|
||||
#include "misc.h"
|
||||
|
||||
|
||||
|
|
|
@ -51,9 +51,9 @@
|
|||
# include "ldap-parse-uri.h"
|
||||
#endif
|
||||
#include "dns-stuff.h"
|
||||
#include "mbox-util.h"
|
||||
#include "zb32.h"
|
||||
#include "server-help.h"
|
||||
#include "../common/mbox-util.h"
|
||||
#include "../common/zb32.h"
|
||||
#include "../common/server-help.h"
|
||||
|
||||
/* To avoid DoS attacks we limit the size of a certificate to
|
||||
something reasonable. The DoS was actually only an issue back when
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
|
||||
#include "util.h"
|
||||
#include "../common/util.h"
|
||||
#include "dns-stuff.h"
|
||||
|
||||
#define PGM "t-dns-stuff"
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
#include <unistd.h>
|
||||
#include <assuan.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "logging.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/logging.h"
|
||||
#include "http.h"
|
||||
|
||||
#include <ksba.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue