summaryrefslogtreecommitdiff
path: root/plugins/filebrowser
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-10 13:53:05 +0300
committermonsta <[email protected]>2017-02-10 13:53:05 +0300
commitbef73d50f8ec2877c30e4787413cc6fa29276678 (patch)
tree12e5ecc83d96da1917067094c707fe876e602804 /plugins/filebrowser
parent30cb4f43bc9e121a2a510f8868ec51d75eaebff5 (diff)
downloadpluma-bef73d50f8ec2877c30e4787413cc6fa29276678.tar.bz2
pluma-bef73d50f8ec2877c30e4787413cc6fa29276678.tar.xz
build: remove option that disables deprecated stuff
we don't need a build breakage on the first deprecated item, thanks
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r--plugins/filebrowser/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am
index faa554ec..903e5bc7 100644
--- a/plugins/filebrowser/Makefile.am
+++ b/plugins/filebrowser/Makefile.am
@@ -5,8 +5,7 @@ plugindir = $(PLUMA_PLUGINS_LIBS_DIR)
AM_CPPFLAGS = \
-I$(top_srcdir) \
$(PLUMA_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED_CFLAGS)
+ $(WARN_CFLAGS)
BUILT_SOURCES = \
pluma-file-browser-enum-types.h \