From ac5d3248257e9e1ddbf57ca5828a1de165d445a4 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 30 Jun 2013 10:24:17 +0200 Subject: 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 --- caja/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'caja') 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) -- cgit v1.2.1