summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/plugin_template/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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