From 70aca95d6816082b289fceca8eabfcf718a6b701 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 7 Mar 2017 20:21:23 +0900 Subject: 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 --- dirmngr/t-http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dirmngr/t-http.c') diff --git a/dirmngr/t-http.c b/dirmngr/t-http.c index 35f59478b..622dce54f 100644 --- a/dirmngr/t-http.c +++ b/dirmngr/t-http.c @@ -38,8 +38,8 @@ #include #include -#include "util.h" -#include "logging.h" +#include "../common/util.h" +#include "../common/logging.h" #include "http.h" #include -- cgit v1.2.3