summaryrefslogtreecommitdiff
path: root/caja/Makefile.am
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-25 17:33:59 +0300
committermonsta <[email protected]>2016-05-25 17:33:59 +0300
commit6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f (patch)
tree1fb7495087cd973feee50a1677b9440e6cf6bb05 /caja/Makefile.am
parenta2a537eb4c263a5b33851572a189fe89476b212e (diff)
downloadengrampa-6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f.tar.bz2
engrampa-6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f.tar.xz
caja extension: don't use *_CFLAGS that depend on GTK+
this makes it possible to build engrampa with GTK+3 while building caja extension with the current GTK+ that libcaja-extension uses
Diffstat (limited to 'caja/Makefile.am')
-rw-r--r--caja/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/caja/Makefile.am b/caja/Makefile.am
index 2ce1d1a..b516f83 100644
--- a/caja/Makefile.am
+++ b/caja/Makefile.am
@@ -4,9 +4,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(DISABLE_DEPRECATED) \
- $(CAJA_CFLAGS) \
- $(FR_CFLAGS) \
- $(JSON_GLIB_CFLAGS)
+ $(CAJA_CFLAGS)
caja_extensiondir=$(CAJA_EXTENSION_DIR)