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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2e5446ad9f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-27 (Tue, 27 Jan 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-01-27 21:20:27 +01:00
parent c799b55d7d
commit 9715cfaba2
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib/connection \

View File

@@ -1,4 +1,5 @@
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/lib/connection \