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.
This commit is contained in:
Vincent Untz 2010-12-23 15:14:41 +01:00
parent db2a2bce55
commit ef78caee86

View file

@ -16,7 +16,6 @@ AM_CPPFLAGS = \
$(WARN_CFLAGS) \
$(CANBERRA_CFLAGS) \
$(PANEL_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(PULSEAUDIO_CFLAGS) \
$(XML_CFLAGS) \
-DLOCALE_DIR=\""$(datadir)/locale"\" \