From af446928a2a18ebc17f17f33a2563dd2dd0c637c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 5 Mar 2016 19:05:46 +0100 Subject: [PATCH] BUILD: Remove unused include directories We do not have the "include" directory in git and such directory is not generated by autotools in build directory either. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4e4f38a5eaf5bfa2cfafa88b9b32848e6c27131b..e45c8c6b173adb31f55fa40eb975b7aad5d3f48f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,7 @@ if HAVE_GCC AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ -Wcast-qual -Wcast-align -Wwrite-strings -Wundef \ -Werror-implicit-function-declaration -Winit-self \ + -Wmissing-include-dirs \ -fno-strict-aliasing \ -std=gnu99 endif @@ -407,12 +408,9 @@ dist_noinst_DATA = \ AM_CPPFLAGS = \ -Wall \ - -Iinclude \ -I.. \ - -I$(srcdir)/include \ -I$(srcdir)/src/sss_client \ -I$(srcdir)/src \ - -Iinclude \ -I. \ $(POPT_CFLAGS) \ $(TALLOC_CFLAGS) \ -- 2.7.2