diff options
author | monsta <[email protected]> | 2017-02-10 14:05:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-10 14:05:05 +0300 |
commit | 9970249880237f06d2f718f5168532b93f8d1064 (patch) | |
tree | 12fb0c0433d30042b6852b910d1839f61f940223 /caja | |
parent | 9a4930431ff4f4ecc08b073f9ecc7e57f93c5918 (diff) | |
download | engrampa-9970249880237f06d2f718f5168532b93f8d1064.tar.bz2 engrampa-9970249880237f06d2f718f5168532b93f8d1064.tar.xz |
build: remove option that disables deprecated stuff
it's also named incorrectly - it doesn't enable anything
but makes the build break on the first deprecated item
Diffstat (limited to 'caja')
-rw-r--r-- | caja/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/caja/Makefile.am b/caja/Makefile.am index b516f83..3d95d68 100644 --- a/caja/Makefile.am +++ b/caja/Makefile.am @@ -3,7 +3,6 @@ AM_CPPFLAGS = \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -I$(top_builddir) \ - $(DISABLE_DEPRECATED) \ $(CAJA_CFLAGS) caja_extensiondir=$(CAJA_EXTENSION_DIR) |