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 --- plugins/sort/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sort/Makefile.am') diff --git a/plugins/sort/Makefile.am b/plugins/sort/Makefile.am index 52274688..749be6bc 100755 --- a/plugins/sort/Makefile.am +++ b/plugins/sort/Makefile.am @@ -1,7 +1,7 @@ # sort plugin plugindir = $(PLUMA_PLUGINS_LIBS_DIR) -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ -- cgit v1.2.1