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:
Stefan Seyfried
2015-01-27 21:20:27 +01:00
parent 2a5fe02149
commit 2e5446ad9f
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 \