summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-06-15 07:15:58 +0200
committerinfirit <[email protected]>2014-10-09 16:53:00 +0200
commitd1c86461bebd11bab895ee4e7506233947756870 (patch)
tree0ef877083534e6a7ea570e238335c1ffe3f7044e /Makefile.am
parentbab0b217a39165848effb6a04bed629d44ee103d (diff)
downloadmate-media-d1c86461bebd11bab895ee4e7506233947756870.tar.bz2
mate-media-d1c86461bebd11bab895ee4e7506233947756870.tar.xz
Kill GStreamer
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d157d0..33548b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,26 +10,16 @@ if HAVE_PULSEAUDIO
SUBDIRS += mate-volume-control
endif
-if HAVE_GSTMIXER
-SUBDIRS += gst-mixer
-endif
-
-if HAVE_GSTMIXER_APPLET
-SUBDIRS += gst-mixer-applet
-endif
-
DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper \
--enable-more-warnings \
--enable-compile-warnings=maximum \
- --enable-deprecated
+ --enable-deprecated
DIST_SUBDIRS = \
po \
man \
mate-volume-control \
- gst-mixer \
- gst-mixer-applet \
sound-theme \
$(NULL)
@@ -40,7 +30,6 @@ EXTRA_DIST = \
ChangeLog \
COPYING \
COPYING-DOCS \
- COPYING.gst-mixer \
build-aux/git-version-gen \
$(INTLTOOL_BUILT:=.in) \
$(NULL)