Make automake happy: INCLUDES -> AM_CPPFLAGS

This commit is contained in:
infirit
2013-08-03 00:08:36 +02:00
parent d5249f5fe6
commit 06ae9932b0
16 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
loaderdir = $(libdir)/pluma/plugin-loaders
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(PLUMA_CFLAGS) \
$(WARN_CFLAGS) \

View File

@@ -3,7 +3,7 @@
SUBDIRS = bindings
loaderdir = $(libdir)/pluma/plugin-loaders
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/pluma \