From 06ae9932b08699d0137d5049c58b87be3e3072b9 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 3 Aug 2013 00:08:36 +0200 Subject: Make automake happy: INCLUDES -> AM_CPPFLAGS --- plugin-loaders/c/Makefile.am | 2 +- plugin-loaders/python/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin-loaders') diff --git a/plugin-loaders/c/Makefile.am b/plugin-loaders/c/Makefile.am index be5df5ef..571c79d4 100644 --- a/plugin-loaders/c/Makefile.am +++ b/plugin-loaders/c/Makefile.am @@ -2,7 +2,7 @@ loaderdir = $(libdir)/pluma/plugin-loaders -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ diff --git a/plugin-loaders/python/Makefile.am b/plugin-loaders/python/Makefile.am index ffbe0cd7..8cb55668 100644 --- a/plugin-loaders/python/Makefile.am +++ b/plugin-loaders/python/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = bindings loaderdir = $(libdir)/pluma/plugin-loaders -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/pluma \ -- cgit v1.2.1