diff options
author | Michal Ratajsky <[email protected]> | 2014-11-03 01:28:24 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-03 01:28:24 +0100 |
commit | 5c9a748c7d5a667b94bc7f3860572cacf7ceaab6 (patch) | |
tree | 26bafee6596b1d9bdcc49a95a3e26986ca9ad7e9 /Makefile.am | |
parent | dcf30062003e1babb09f78c7ba1d7626e04aa478 (diff) | |
download | mate-media-5c9a748c7d5a667b94bc7f3860572cacf7ceaab6.tar.bz2 mate-media-5c9a748c7d5a667b94bc7f3860572cacf7ceaab6.tar.xz |
The sound-theme widget has same dependencies as MVC and is always built, reflect that in build files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 531c8f1..b0a677f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,6 @@ NULL = -SUBDIRS = po man - -if HAVE_SOUND_THEME -SUBDIRS += sound-theme -endif - -# m-v-c depends on sound-theme, if enabled, so add here to SUBDIRS -SUBDIRS += mate-volume-control +SUBDIRS = po man sound-theme mate-volume-control DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ |