diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 02:21:26 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 02:21:26 -0700 |
commit | 0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c (patch) | |
tree | 535de2c25c9ce09543174644ae8cebf48b6cf032 /caja/Makefile.am | |
parent | 472e1e834bc1033c1ec8f0f88250460e138fbf35 (diff) | |
parent | ac5d3248257e9e1ddbf57ca5828a1de165d445a4 (diff) | |
download | engrampa-0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c.tar.bz2 engrampa-0f9758bfdedfd0c5a67a795f421cfbc2d07f0f6c.tar.xz |
Merge pull request #21 from infirit/unarchiver
Add unarchiver support
Diffstat (limited to 'caja/Makefile.am')
-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 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) |