diff options
Diffstat (limited to 'tools')
-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 |