diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:02:09 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-18 23:02:09 +0200 |
commit | 186a1e3abe265d01be102767c4ce113ed5dcb7be (patch) | |
tree | c523b895188ffc7561e0e5d4a4bbc6a582bfde08 /libcaja-private/Makefile.am | |
parent | 91d11404e9136d9c75cccd7473c8f408fdd8595b (diff) | |
download | caja-186a1e3abe265d01be102767c4ce113ed5dcb7be.tar.bz2 caja-186a1e3abe265d01be102767c4ce113ed5dcb7be.tar.xz |
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'libcaja-private/Makefile.am')
-rw-r--r-- | libcaja-private/Makefile.am | 2 |
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 \ |