diff options
Diffstat (limited to 'gtk-themes/Makefile.am')
-rw-r--r-- | gtk-themes/Makefile.am | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gtk-themes/Makefile.am b/gtk-themes/Makefile.am new file mode 100644 index 00000000..7f64204e --- /dev/null +++ b/gtk-themes/Makefile.am @@ -0,0 +1,29 @@ +SUBDIRS= \ + Glider \ + Glossy \ + ClearlooksClassic \ + Simple \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ + Inverted \ + LowContrast \ + LowContrastLargePrint \ + LargePrint \ + $(TEST_THEMES) + +DIST_SUBDIRS= \ + Glider \ + Glossy \ + ClearlooksClassic \ + Simple \ + HighContrast \ + HighContrastInverse \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ + Inverted \ + LowContrast \ + LowContrastLargePrint \ + LargePrint \ + ClearlooksTest |