diff options
| -rw-r--r-- | lib/actions/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/base/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/components/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/driver/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/dvb/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/dvb_ci/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/gdi/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/gui/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/mmi/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/nav/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/python/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/service/Makefile.am | 2 | ||||
| -rw-r--r-- | main/Makefile.am | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/lib/actions/Makefile.am b/lib/actions/Makefile.am index 8da583f7..05a50884 100644 --- a/lib/actions/Makefile.am +++ b/lib/actions/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_actions.a diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 05085632..df6d2b85 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_base.a diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index e377ab85..e6d21d7a 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_components.a diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index de1271b6..244c1324 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_driver.a diff --git a/lib/dvb/Makefile.am b/lib/dvb/Makefile.am index b47ffed9..ee81c216 100644 --- a/lib/dvb/Makefile.am +++ b/lib/dvb/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = lowlevel -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_dvb.a diff --git a/lib/dvb_ci/Makefile.am b/lib/dvb_ci/Makefile.am index fc7f7625..e98636e0 100644 --- a/lib/dvb_ci/Makefile.am +++ b/lib/dvb_ci/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_dvb_ci.a diff --git a/lib/gdi/Makefile.am b/lib/gdi/Makefile.am index 1280556e..192a96f6 100644 --- a/lib/gdi/Makefile.am +++ b/lib/gdi/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include -I$(top_srcdir)/lib/gdi/ati noinst_LIBRARIES = libenigma_gdi.a diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index f4de9d12..8293b2e2 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src diff --git a/lib/mmi/Makefile.am b/lib/mmi/Makefile.am index 020c988e..4a514fce 100644 --- a/lib/mmi/Makefile.am +++ b/lib/mmi/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_mmi.a diff --git a/lib/nav/Makefile.am b/lib/nav/Makefile.am index 0320cb25..28adfe6b 100644 --- a/lib/nav/Makefile.am +++ b/lib/nav/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_nav.a diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am index e38f7d82..72191edc 100644 --- a/lib/python/Makefile.am +++ b/lib/python/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src diff --git a/lib/service/Makefile.am b/lib/service/Makefile.am index ed09d73d..52d7af2a 100644 --- a/lib/service/Makefile.am +++ b/lib/service/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include noinst_LIBRARIES = libenigma_service.a diff --git a/main/Makefile.am b/main/Makefile.am index 4f26387e..fa889c0a 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/include bin_PROGRAMS = enigma2 |
