diff options
author | raveit65 <[email protected]> | 2014-11-20 21:38:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-20 21:38:03 +0100 |
commit | 84619a56e3a571b5d394a72d45d7f7adf41b3027 (patch) | |
tree | 5ddd6f9ba2147549c4fd8f42cc2a53b11af764f3 /desktop-themes | |
parent | 2b129d1ae2d1069ff9d060310c1505023bb844f8 (diff) | |
download | mate-themes-84619a56e3a571b5d394a72d45d7f7adf41b3027.tar.bz2 mate-themes-84619a56e3a571b5d394a72d45d7f7adf41b3027.tar.xz |
remove configure flag enable-test-themes
Diffstat (limited to 'desktop-themes')
-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 |