summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-12-23 15:14:41 +0100
committerVincent Untz <vuntz@gnome.org>2010-12-23 15:14:41 +0100
commitef78caee860975cf8b7e919ab0035dcca795c1bb (patch)
treeb04a9ca59c71a724c540ba6c7a09d5d95e27a14e
parentdb2a2bce55dbeac85ac6aa924d45113057bc8f5b (diff)
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.
-rw-r--r--panels/sound/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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"\" \