diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
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) |