diff options
author | monsta <[email protected]> | 2017-02-10 13:53:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-28 17:38:43 +0300 |
commit | d55a183c200bdcf1c4dbddd5438eae6fe9db2133 (patch) | |
tree | 4af36d387e668d1b0e9684d3b109156d270a14d2 /plugins/docinfo | |
parent | 30a41c8e0c639f6c4be8b3b8fa52a00b8b84236d (diff) | |
download | pluma-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/docinfo')
-rw-r--r-- | plugins/docinfo/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/docinfo/Makefile.am b/plugins/docinfo/Makefile.am index ec9fc410..9ca9e4b9 100644 --- a/plugins/docinfo/Makefile.am +++ b/plugins/docinfo/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 = libdocinfo.la |