diff options
Diffstat (limited to 'desktop-themes/Makefile.am')
-rw-r--r-- | desktop-themes/Makefile.am | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am index 749b4ab4..64948925 100644 --- a/desktop-themes/Makefile.am +++ b/desktop-themes/Makefile.am @@ -1,31 +1,32 @@ -SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ $(TEST_THEMES) -DIST_SUBDIRS= \ - Aldabra \ - Crux \ - Clearlooks \ - Glider \ - Glossy \ - HighContrast \ - HighContrastInverse \ - HighContrastLargePrint \ +DIST_SUBDIRS = \ + Aldabra \ + Crux \ + TraditionalOk \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ HighContrastLargePrintInverse \ - LargePrint \ - LowContrast \ - LowContrastLargePrint \ - Mist \ - ClearlooksTest + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ + TraditionalOkTest + |