summaryrefslogtreecommitdiff
path: root/tools/plugin_template
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-02-10 13:53:05 +0300
committermonsta <[email protected]>2017-02-28 17:38:43 +0300
commitd55a183c200bdcf1c4dbddd5438eae6fe9db2133 (patch)
tree4af36d387e668d1b0e9684d3b109156d270a14d2 /tools/plugin_template
parent30a41c8e0c639f6c4be8b3b8fa52a00b8b84236d (diff)
downloadpluma-d55a183c200bdcf1c4dbddd5438eae6fe9db2133.tar.bz2
pluma-d55a183c200bdcf1c4dbddd5438eae6fe9db2133.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/plugin_template')
-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