summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Gusakov <andrey.gusakov@cogentembedded.com>2014-08-29 14:54:46 +0400
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-03 07:55:42 +0200
commit5fabb386b8c4d49f202930ce19bff02bfed85d5a (patch)
treea097c8eabfa40f4f14e56c35dc6b8aac5e7b0fea
parent76b736aca35900e03ba2e7363e8b44ff436ad0b7 (diff)
build: drop /usr/local from include path
We now use the pkg-config snippet of libsystemd, so no need to add host-local include paths, anymore. Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d35b78..d42d946 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,6 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
-I $(srcdir)/src \
-I $(srcdir)/src/shared \
- -I /usr/local/include \
-DBUILD_ENABLE_DEBUG \
'-DBUILD_BINDIR="$(bindir)"'
AM_LDFLAGS = \