From f36ee26d8704e23a5d6f925936e5e400f7d57490 Mon Sep 17 00:00:00 2001 From: micha-bbg Date: Sun, 22 Apr 2012 00:29:25 +0200 Subject: [PATCH] * Add missing $(top_builddir) to Makefile.am --- lib/libdvbsub/Makefile.am | 1 + lib/libmd5sum/Makefile.am | 1 + lib/libtuxtxt/Makefile.am | 1 + lib/xmltree/Makefile.am | 1 + src/Makefile.am | 1 + src/daemonc/Makefile.am | 1 + src/driver/Makefile.am | 1 + src/driver/audiodec/Makefile.am | 2 ++ src/driver/pictureviewer/Makefile.am | 1 + src/eitd/Makefile.am | 1 + src/gui/Makefile.am | 1 + src/gui/bedit/Makefile.am | 1 + src/gui/widget/Makefile.am | 1 + src/nhttpd/Makefile.am | 1 + src/nhttpd/tuxboxapi/coolstream/Makefile.am | 1 + src/system/Makefile.am | 1 + src/timerd/Makefile.am | 1 + src/zapit/lib/Makefile.am | 1 + src/zapit/src/Makefile.am | 1 + 19 files changed, 20 insertions(+) diff --git a/lib/libdvbsub/Makefile.am b/lib/libdvbsub/Makefile.am index 6d9c9c0b3..2158f8db9 100644 --- a/lib/libdvbsub/Makefile.am +++ b/lib/libdvbsub/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include diff --git a/lib/libmd5sum/Makefile.am b/lib/libmd5sum/Makefile.am index 761a1cb39..cb8658fe8 100644 --- a/lib/libmd5sum/Makefile.am +++ b/lib/libmd5sum/Makefile.am @@ -6,6 +6,7 @@ noinst_LIBRARIES = libtuxbox-md5sum.a AM_CPPFLAGS = INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c diff --git a/lib/libtuxtxt/Makefile.am b/lib/libtuxtxt/Makefile.am index 69fc22c9e..827282d3f 100644 --- a/lib/libtuxtxt/Makefile.am +++ b/lib/libtuxtxt/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/lib/xmltree/Makefile.am b/lib/xmltree/Makefile.am index 485ba0ae4..ab256f85a 100644 --- a/lib/xmltree/Makefile.am +++ b/lib/xmltree/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(srcdir)/xmltok diff --git a/src/Makefile.am b/src/Makefile.am index 338a6f64d..0f0b069c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = zapit gui daemonc driver system eitd timerd nhttpd INCLUDES = \ -I$(srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/daemonc/Makefile.am b/src/daemonc/Makefile.am index 997dbd4cf..076234a8e 100644 --- a/src/daemonc/Makefile.am +++ b/src/daemonc/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/driver/Makefile.am b/src/driver/Makefile.am index eab5fed89..430651655 100644 --- a/src/driver/Makefile.am +++ b/src/driver/Makefile.am @@ -3,6 +3,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions SUBDIRS = pictureviewer audiodec INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/driver/audiodec/Makefile.am b/src/driver/audiodec/Makefile.am index aff9c84cb..7e73469a1 100644 --- a/src/driver/audiodec/Makefile.am +++ b/src/driver/audiodec/Makefile.am @@ -1,8 +1,10 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/driver/audiodec \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/lib/libconfigfile \ diff --git a/src/driver/pictureviewer/Makefile.am b/src/driver/pictureviewer/Makefile.am index f9dced63d..8c452bc78 100644 --- a/src/driver/pictureviewer/Makefile.am +++ b/src/driver/pictureviewer/Makefile.am @@ -1,6 +1,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/eitd/Makefile.am b/src/eitd/Makefile.am index 9cba35348..e01b04bcd 100644 --- a/src/eitd/Makefile.am +++ b/src/eitd/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/lib \ diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 64a19de98..c6862876f 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -15,6 +15,7 @@ noinst_HEADERS = svn_version.h SUBDIRS = widget bedit INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/gui/bedit/Makefile.am b/src/gui/bedit/Makefile.am index 5fcecd458..d7293662f 100644 --- a/src/gui/bedit/Makefile.am +++ b/src/gui/bedit/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/gui/widget/Makefile.am b/src/gui/widget/Makefile.am index 956821205..15a9c3f4d 100644 --- a/src/gui/widget/Makefile.am +++ b/src/gui/widget/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/nhttpd/Makefile.am b/src/nhttpd/Makefile.am index 4b9bb9247..c78ebbbf8 100644 --- a/src/nhttpd/Makefile.am +++ b/src/nhttpd/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ -I$(srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src \ diff --git a/src/nhttpd/tuxboxapi/coolstream/Makefile.am b/src/nhttpd/tuxboxapi/coolstream/Makefile.am index 5ef7b4a96..f26f6d934 100644 --- a/src/nhttpd/tuxboxapi/coolstream/Makefile.am +++ b/src/nhttpd/tuxboxapi/coolstream/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src/zapit/include \ diff --git a/src/system/Makefile.am b/src/system/Makefile.am index 38a96f83e..32b13667e 100644 --- a/src/system/Makefile.am +++ b/src/system/Makefile.am @@ -1,6 +1,7 @@ AM_CXXFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/src \ diff --git a/src/timerd/Makefile.am b/src/timerd/Makefile.am index a20ebdd4b..b446dd7d4 100644 --- a/src/timerd/Makefile.am +++ b/src/timerd/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/lib \ diff --git a/src/zapit/lib/Makefile.am b/src/zapit/lib/Makefile.am index ad36418d2..99aa86869 100644 --- a/src/zapit/lib/Makefile.am +++ b/src/zapit/lib/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src/zapit/include \ -I$(top_srcdir)/lib \ diff --git a/src/zapit/src/Makefile.am b/src/zapit/src/Makefile.am index 94d5b5b3b..6e225eb3d 100644 --- a/src/zapit/src/Makefile.am +++ b/src/zapit/src/Makefile.am @@ -1,6 +1,7 @@ AM_CPPFLAGS = -fno-rtti -fno-exceptions INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/zapit/include \