diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:03:11 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:03:11 +0200 |
commit | 95f8fe17b9141f79e4beb39569d7f83b070f371b (patch) | |
tree | 74dcfcec860f62917dbcbe668d931a2b2f472b56 | |
parent | 186a1e3abe265d01be102767c4ce113ed5dcb7be (diff) | |
download | caja-95f8fe17b9141f79e4beb39569d7f83b070f371b.tar.bz2 caja-95f8fe17b9141f79e4beb39569d7f83b070f371b.tar.xz |
INCLUDES to AM_CPPFLAGS
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |