1
0
Bifurcar 0
réplica de git://git.gnupg.org/gnupg.git sincronizado 2025-07-03 22:56:33 +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>
Este commit está contenido en:
NIIBE Yutaka 2017-03-07 20:21:23 +09:00
padre de3838372a
commit 70aca95d68
Se han modificado 164 ficheros con 446 adiciones y 451 borrados

Ver archivo

@ -48,18 +48,18 @@
/* This is used with GnuPG version < 1.9. The code has been source
copied from the current GnuPG >= 1.9 and is maintained over
there. */
#include "options.h"
#include "../common/options.h"
#include "errors.h"
#include "memory.h"
#include "util.h"
#include "i18n.h"
#include "../common/util.h"
#include "../common/i18n.h"
#include "dynload.h"
#include "cardglue.h"
#else /* GNUPG_MAJOR_VERSION != 1 */
#include "scdaemon.h"
#include "exechelp.h"
#include "../common/exechelp.h"
#endif /* GNUPG_MAJOR_VERSION != 1 */
#include "host2net.h"
#include "../common/host2net.h"
#include "iso7816.h"
#include "apdu.h"