From 38f5e36bdd58afaba6a07ad8f0b33dad67571b3e Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 6 Apr 2020 11:14:56 +0200 Subject: use MATE_COMPILE_WARNINGS from mate-common --- plugins/sound/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/sound/Makefile.am') diff --git a/plugins/sound/Makefile.am b/plugins/sound/Makefile.am index fea7b9f..2272ab4 100644 --- a/plugins/sound/Makefile.am +++ b/plugins/sound/Makefile.am @@ -14,9 +14,10 @@ libsound_la_CPPFLAGS = \ libsound_la_CFLAGS = \ $(SETTINGS_PLUGIN_CFLAGS) \ - $(MATE_CFLAGS) \ - $(PULSE_CFLAGS) \ - $(AM_CFLAGS) + $(MATE_CFLAGS) \ + $(PULSE_CFLAGS) \ + $(AM_CFLAGS) \ + $(WARN_CFLAGS) libsound_la_LDFLAGS = \ $(MSD_PLUGIN_LDFLAGS) -- cgit v1.2.1