diff options
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 \ |