summaryrefslogtreecommitdiff
path: root/caja
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-01 02:21:26 -0700
committerStefano Karapetsas <[email protected]>2013-08-01 02:21:26 -0700
commit0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c (patch)
tree535de2c25c9ce09543174644ae8cebf48b6cf032 /caja
parent472e1e834bc1033c1ec8f0f88250460e138fbf35 (diff)
parentac5d3248257e9e1ddbf57ca5828a1de165d445a4 (diff)
downloadengrampa-0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c.tar.bz2
engrampa-0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c.tar.xz
Merge pull request #21 from infirit/unarchiver
Add unarchiver support
Diffstat (limited to 'caja')
-rw-r--r--caja/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/caja/Makefile.am b/caja/Makefile.am
index 1dd9acb..fb63abd 100644
--- a/caja/Makefile.am
+++ b/caja/Makefile.am
@@ -5,7 +5,8 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
$(DISABLE_DEPRECATED) \
$(CAJA_CFLAGS) \
- $(FR_CFLAGS)
+ $(FR_CFLAGS) \
+ $(JSON_GLIB_CFLAGS)
caja_extensiondir=$(CAJA_EXTENSION_DIR)