diff options
author | NIIBE Yutaka <[email protected]> | 2017-03-07 11:21:23 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-03-07 11:25:54 +0000 |
commit | 70aca95d6816082b289fceca8eabfcf718a6b701 (patch) | |
tree | 1b9799ed41869344b5e577f7181f6116b2ca094e /scd/app-nks.c | |
parent | tests: Avoid overflowing signed 32 bit time_t. (diff) | |
download | gnupg-70aca95d6816082b289fceca8eabfcf718a6b701.tar.gz gnupg-70aca95d6816082b289fceca8eabfcf718a6b701.zip |
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 <[email protected]>
Diffstat (limited to 'scd/app-nks.c')
-rw-r--r-- | scd/app-nks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scd/app-nks.c b/scd/app-nks.c index 98dd5884f..9e720f0b0 100644 --- a/scd/app-nks.c +++ b/scd/app-nks.c @@ -51,12 +51,12 @@ #include <time.h> #include "scdaemon.h" -#include "i18n.h" +#include "../common/i18n.h" #include "iso7816.h" #include "app-common.h" -#include "tlv.h" +#include "../common/tlv.h" #include "apdu.h" -#include "host2net.h" +#include "../common/host2net.h" static char const aid_nks[] = { 0xD2, 0x76, 0x00, 0x00, 0x03, 0x01, 0x02 }; static char const aid_sigg[] = { 0xD2, 0x76, 0x00, 0x00, 0x66, 0x01 }; |