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 --- caja/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caja/Makefile.am') diff --git a/caja/Makefile.am b/caja/Makefile.am index a2a8ce0..1dd9acb 100644 --- a/caja/Makefile.am +++ b/caja/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -DFR_DATADIR=\"$(datadir)\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -- cgit v1.2.1