diff options
author | monsta <[email protected]> | 2017-02-10 13:53:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-10 13:53:05 +0300 |
commit | bef73d50f8ec2877c30e4787413cc6fa29276678 (patch) | |
tree | 12e5ecc83d96da1917067094c707fe876e602804 /tools/plugin_template | |
parent | 30cb4f43bc9e121a2a510f8868ec51d75eaebff5 (diff) | |
download | pluma-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/plugin_template')
-rw-r--r-- | tools/plugin_template/Makefile.am | 1 |
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 |