summaryrefslogtreecommitdiff
path: root/plugins/spell/Makefile.am
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 /plugins/spell/Makefile.am
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 'plugins/spell/Makefile.am')
-rw-r--r--plugins/spell/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am
index 001b25ae..e352f8fb 100644
--- a/plugins/spell/Makefile.am
+++ b/plugins/spell/Makefile.am
@@ -5,8 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(PLUMA_CFLAGS) \
$(ENCHANT_CFLAGS) \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED_CFLAGS)
+ $(WARN_CFLAGS)
BUILT_SOURCES = \
pluma-spell-marshal.c \