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