From 774f1efd8f6cd3c3499face84553f85e8300f901 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 30 Jul 2013 18:29:07 +0200 Subject: automake fixes: INCLUDES -> AM_CPPFLAGS --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3fd656b..0f6905c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ privexecdir = $(libexecdir)/engrampa/ shdir = $(libexecdir)/engrampa/ endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir)/copy-n-paste/ \ -I$(top_srcdir) \ -I$(top_builddir) \ -- cgit v1.2.1