diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-19 16:35:09 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-20 22:37:04 +0200 |
commit | d31d4fae067c895770d2ae20a3fea1c5b0afe149 (patch) | |
tree | 36d4c43dcafdac8bde044c47afb661f52ea8418f /src | |
parent | ef3e6ef2a2bff1b0c57fbd4dcd99a4b2a2ed2a38 (diff) | |
download | caja-d31d4fae067c895770d2ae20a3fea1c5b0afe149.tar.bz2 caja-d31d4fae067c895770d2ae20a3fea1c5b0afe149.tar.xz |
Rename INCLUDES to AM_CPPFLAGS in Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/file-manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/Makefile.am b/src/file-manager/Makefile.am index a08d01ad..1f46cfc2 100644 --- a/src/file-manager/Makefile.am +++ b/src/file-manager/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.shared noinst_LTLIBRARIES=libcaja-file-manager.la -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/cut-n-paste-code \ $(CORE_CFLAGS) \ |