diff options
Diffstat (limited to 'desktop-themes/Makefile.am')
-rw-r--r-- | desktop-themes/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am new file mode 100644 index 00000000..0d71b3be --- /dev/null +++ b/desktop-themes/Makefile.am @@ -0,0 +1,31 @@ +SUBDIRS= \ + aldabra \ + Crux \ + Clearlooks \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ + $(TEST_THEMES) + +DIST_SUBDIRS= \ + aldabra \ + Crux \ + Clearlooks \ + Glider \ + Glossy \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ + LargePrint \ + LowContrast \ + LowContrastLargePrint \ + Mist \ + ClearlooksTest |