diff options
author | infirit <[email protected]> | 2013-06-30 10:24:17 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-06-30 10:24:17 +0200 |
commit | ac5d3248257e9e1ddbf57ca5828a1de165d445a4 (patch) | |
tree | 1e2bf6455574395b84a2010595d05a13ff100b6b /caja | |
parent | c36eeddc49f116d5d860f2cd13eb94996489f70b (diff) | |
download | engrampa-ac5d3248257e9e1ddbf57ca5828a1de165d445a4.tar.bz2 engrampa-ac5d3248257e9e1ddbf57ca5828a1de165d445a4.tar.xz |
Add unachiver support
Based on the following commits from file-roller,
https://git.gnome.org/browse/file-roller/commit/?id=2575177ac037d2a8d8f3056b10685928d80d6275
https://git.gnome.org/browse/file-roller/commit/?id=f26caa6d5b76d406976ea78630fbaae4c8126a2e
Diffstat (limited to 'caja')
-rw-r--r-- | caja/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/caja/Makefile.am b/caja/Makefile.am index a2a8ce0..9307094 100644 --- a/caja/Makefile.am +++ b/caja/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = \ -I$(top_builddir) \ $(DISABLE_DEPRECATED) \ $(CAJA_CFLAGS) \ - $(FR_CFLAGS) + $(FR_CFLAGS) \ + $(JSON_GLIB_CFLAGS) caja_extensiondir=$(CAJA_EXTENSION_DIR) |