From bef73d50f8ec2877c30e4787413cc6fa29276678 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 10 Feb 2017 13:53:05 +0300 Subject: build: remove option that disables deprecated stuff we don't need a build breakage on the first deprecated item, thanks --- plugins/filebrowser/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/filebrowser/Makefile.am') 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 \ -- cgit v1.2.1