mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
add $(top_builddir) to include path for sectionsd- and timerdclient
Without this, on some systems the system headers are searched first for the DVB includes before the paths provided via CFLAGS are searched. This sounds like a preprocessor bug, but this "fix" is surely harmless.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/connection \
|
-I$(top_srcdir)/lib/connection \
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
-I$(top_builddir) \
|
||||||
-I$(top_srcdir)/lib \
|
-I$(top_srcdir)/lib \
|
||||||
-I$(top_srcdir)/src/zapit/include \
|
-I$(top_srcdir)/src/zapit/include \
|
||||||
-I$(top_srcdir)/lib/connection \
|
-I$(top_srcdir)/lib/connection \
|
||||||
|
Reference in New Issue
Block a user