diff options
author | raveit65 <[email protected]> | 2014-11-20 21:38:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-20 21:42:36 +0100 |
commit | d5c6df006a6fd25f875c8f278c69eae21bcc4a0c (patch) | |
tree | 82302170a980df84b313c9eda05302794031a3f6 /desktop-themes/Makefile.am | |
parent | 1e465f05d72e3aa63de78d3641cd522527433986 (diff) | |
download | mate-themes-d5c6df006a6fd25f875c8f278c69eae21bcc4a0c.tar.bz2 mate-themes-d5c6df006a6fd25f875c8f278c69eae21bcc4a0c.tar.xz |
remove configure flag enable-test-themes
Diffstat (limited to 'desktop-themes/Makefile.am')
-rw-r--r-- | desktop-themes/Makefile.am | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index f589367d..6d79ba9d 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,26 +1,9 @@ SUBDIRS = \ BlackMATE \ Quid \ - TraditionalOk \ TraditionalGreen \ - AlaDelta \ - Shiny \ - ContrastHigh \ - ContrastHighInverse \ - ContrastHighLargePrint \ - ContrastHighLargePrintInverse \ - LargePrint \ - Fog \ - GreenLaguna \ - Menta \ - BlueMenta \ - $(TEST_THEMES) - -DIST_SUBDIRS = \ - BlackMATE \ - Quid \ TraditionalOk \ - TraditionalGreen \ + TraditionalOkTest \ AlaDelta \ Shiny \ ContrastHigh \ @@ -31,6 +14,5 @@ DIST_SUBDIRS = \ Fog \ GreenLaguna \ Menta \ - BlueMenta \ - TraditionalOkTest + BlueMenta |