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 --- tools/plugin_template/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/plugin_template/Makefile.am b/tools/plugin_template/Makefile.am index 93c79ae7..cf14f903 100644 --- a/tools/plugin_template/Makefile.am +++ b/tools/plugin_template/Makefile.am @@ -6,7 +6,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED_CFLAGS) \ -DPLUMA_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" plugin_LTLIBRARIES = lib##(PLUGIN_MODULE).la -- cgit v1.2.1