build-goo: s/INCLUDES/AM_CPPFLAGS/

This gets rid of some build warnings.
This commit is contained in:
Ray Strode 2013-12-11 13:18:48 -05:00
parent 648d967f7c
commit c1d3037858
19 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@ SUBDIRS = libply libply-splash-core libply-splash-graphics . plugins client view
if ENABLE_UPSTART_MONITORING
SUBDIRS += upstart-bridge
endif
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/libply \
-I$(srcdir)/libply-splash-core \
-I$(srcdir) \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/libply \
-I$(srcdir)

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir) \
-I$(srcdir)/../libply \
-I$(srcdir)/../plugins/controls

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir) \
-I$(srcdir)/../libply \
-I$(srcdir)/../libply-splash-core \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir) \
-DPLYMOUTH_TIME_DIRECTORY=\"$(localstatedir)/lib/plymouth/\"

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,5 +1,5 @@
if ENABLE_DRM_RENDERER
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../.. \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)/../../../libply \
-I$(srcdir)/../../../libply-splash-core \
-I$(srcdir)/../../../libply-splash-graphics \

View file

@ -1,4 +1,4 @@
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/libply \
-I$(top_srcdir)/src/client \

View file

@ -1,7 +1,7 @@
SUBDIRS = .
EXTRA_DIST=
INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -I$(top_srcdir) \
-I$(srcdir)
if WITH_LOG_VIEWER
plymouth_log_viewerdir = $(bindir)