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/sort/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/sort/Makefile.am') diff --git a/plugins/sort/Makefile.am b/plugins/sort/Makefile.am index 18245f05..1738a50c 100644 --- a/plugins/sort/Makefile.am +++ b/plugins/sort/Makefile.am @@ -4,8 +4,7 @@ plugindir = $(PLUMA_PLUGINS_LIBS_DIR) AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) + $(WARN_CFLAGS) plugin_LTLIBRARIES = libsort.la -- cgit v1.2.1