diff options
| author | monsta <[email protected]> | 2016-05-25 17:33:59 +0300 | 
|---|---|---|
| committer | monsta <[email protected]> | 2016-05-25 17:33:59 +0300 | 
| commit | 6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f (patch) | |
| tree | 1fb7495087cd973feee50a1677b9440e6cf6bb05 | |
| parent | a2a537eb4c263a5b33851572a189fe89476b212e (diff) | |
| download | engrampa-6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f.tar.bz2 engrampa-6a3dbaa9a6d6ce2b2ff122a14695e3c7b761428f.tar.xz | |
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
| -rw-r--r-- | caja/Makefile.am | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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) | 
