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 /plugins/trailsave | |
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 'plugins/trailsave')
-rw-r--r-- | plugins/trailsave/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/trailsave/Makefile.am b/plugins/trailsave/Makefile.am index d5879e46..d9ef3225 100644 --- a/plugins/trailsave/Makefile.am +++ b/plugins/trailsave/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 = libtrailsave.la |