From e0ce3b5268bc89d6f620c858e69f76629629c1ae Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 8 Dec 2012 22:17:07 +0100 Subject: remove mixer applet (moved to mate-media package) --- Makefile.am | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c8c83f18..fcccfe4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,10 +35,6 @@ if BUILD_INVEST_APPLET invest_applet_SUBDIR = invest-applet endif -if BUILD_MIXER_APPLET -mixer_applet_SUBDIR = mixer -endif - if BUILD_TIMER_APPLET timer_applet_SUBDIR = timer-applet endif @@ -62,7 +58,6 @@ SUBDIRS = \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ - $(mixer_applet_SUBDIR) \ $(timer_applet_SUBDIR) DIST_SUBDIRS = \ @@ -80,7 +75,6 @@ DIST_SUBDIRS = \ trashapplet \ cpufreq \ invest-applet \ - mixer \ timer-applet \ null_applet @@ -97,9 +91,6 @@ EXTRA_DIST = \ omf.make \ mate-doc-utils.make -DISTCHECK_CONFIGURE_FLAGS = \ - --enable-mixer-applet - # We build the ChangeLog from the git log ChangeLog: @if test -f $(top_srcdir)/.git/HEAD; then \ -- cgit v1.2.1