summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 23:03:11 +0200
committerStefano Karapetsas <[email protected]>2013-09-18 21:10:30 +0200
commit85a8311d09afd925c6abdcc499b81a5305762e8d (patch)
tree95b452d2d70b7748ad8fb70cda586bf755efa2eb
parentcdc7cb02b0f38c45af53fe697c1736958a236a36 (diff)
downloadcaja-85a8311d09afd925c6abdcc499b81a5305762e8d.tar.bz2
caja-85a8311d09afd925c6abdcc499b81a5305762e8d.tar.xz
INCLUDES to AM_CPPFLAGS
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 84ee8b5f..189c1f5f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ libexec_PROGRAMS = \
caja-convert-metadata \
$(NULL)
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/cut-n-paste-code \
-I$(top_builddir)/libcaja-private \