From ef78caee860975cf8b7e919ab0035dcca795c1bb Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 23 Dec 2010 15:14:41 +0100 Subject: [PATCH] sound: Do not build with $DISABLE_DEPRECATED This should not be active by default in tarballs, and it's the only panel building with this. If someone wants to use the DISABLE_*_DEPRECATED flags, then please add support for this only when building from git. --- panels/sound/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/panels/sound/Makefile.am b/panels/sound/Makefile.am index 60f195583..d28ee2d91 100644 --- a/panels/sound/Makefile.am +++ b/panels/sound/Makefile.am @@ -16,7 +16,6 @@ AM_CPPFLAGS = \ $(WARN_CFLAGS) \ $(CANBERRA_CFLAGS) \ $(PANEL_CFLAGS) \ - $(DISABLE_DEPRECATED) \ $(PULSEAUDIO_CFLAGS) \ $(XML_CFLAGS) \ -DLOCALE_DIR=\""$(datadir)/locale"\" \