diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-08 22:17:07 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-08 22:17:07 +0100 |
commit | e0ce3b5268bc89d6f620c858e69f76629629c1ae (patch) | |
tree | 8c26bbdc34369cd209344b70a873739b95ee317c /Makefile.am | |
parent | f4c572e425cfe95fffb6eb62ecef169c97fb8031 (diff) | |
download | mate-applets-e0ce3b5268bc89d6f620c858e69f76629629c1ae.tar.bz2 mate-applets-e0ce3b5268bc89d6f620c858e69f76629629c1ae.tar.xz |
remove mixer applet (moved to mate-media package)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
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 \ |