summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 23:03:11 +0200
committerWolfgang Ulbrich <[email protected]>2013-07-18 23:03:11 +0200
commit95f8fe17b9141f79e4beb39569d7f83b070f371b (patch)
tree74dcfcec860f62917dbcbe668d931a2b2f472b56 /src/Makefile.am
parent186a1e3abe265d01be102767c4ce113ed5dcb7be (diff)
downloadcaja-95f8fe17b9141f79e4beb39569d7f83b070f371b.tar.bz2
caja-95f8fe17b9141f79e4beb39569d7f83b070f371b.tar.xz
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'src/Makefile.am')
-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 \