From 6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 25 May 2016 17:33:59 +0300 Subject: 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 --- caja/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'caja/Makefile.am') 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) -- cgit v1.2.1