1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 21:51:56 +00:00

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>
This commit is contained in:
Andrey Gusakov 2014-08-29 14:54:46 +04:00 committed by David Herrmann
parent 76b736aca3
commit 5fabb386b8

View file

@ -54,7 +54,6 @@ AM_CPPFLAGS = \
-include $(top_builddir)/config.h \ -include $(top_builddir)/config.h \
-I $(srcdir)/src \ -I $(srcdir)/src \
-I $(srcdir)/src/shared \ -I $(srcdir)/src/shared \
-I /usr/local/include \
-DBUILD_ENABLE_DEBUG \ -DBUILD_ENABLE_DEBUG \
'-DBUILD_BINDIR="$(bindir)"' '-DBUILD_BINDIR="$(bindir)"'
AM_LDFLAGS = \ AM_LDFLAGS = \