summaryrefslogtreecommitdiff
path: root/libcaja-private/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 23:02:09 +0200
committerWolfgang Ulbrich <[email protected]>2013-07-18 23:02:09 +0200
commit186a1e3abe265d01be102767c4ce113ed5dcb7be (patch)
treec523b895188ffc7561e0e5d4a4bbc6a582bfde08 /libcaja-private/Makefile.am
parent91d11404e9136d9c75cccd7473c8f408fdd8595b (diff)
downloadcaja-186a1e3abe265d01be102767c4ce113ed5dcb7be.tar.bz2
caja-186a1e3abe265d01be102767c4ce113ed5dcb7be.tar.xz
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'libcaja-private/Makefile.am')
-rw-r--r--libcaja-private/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am
index c80e1547..b3bffb2f 100644
--- a/libcaja-private/Makefile.am
+++ b/libcaja-private/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.shared
noinst_LTLIBRARIES=libcaja-private.la
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/cut-n-paste-code \