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:
parent
76b736aca3
commit
5fabb386b8
1 changed files with 0 additions and 1 deletions
|
@ -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 = \
|
||||||
|
|
Loading…
Reference in a new issue