summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Makefile.am18
1 files changed, 16 insertions, 2 deletions
diff --git a/desktop-themes/Makefile.am b/desktop-themes/Makefile.am
index b6f30f48..e6cb73a1 100644
--- a/desktop-themes/Makefile.am
+++ b/desktop-themes/Makefile.am
@@ -1,14 +1,28 @@
+if BUILD_GREENLAGUNA
+greenlaguna_SUBDIR = GreenLaguna
+endif
+
SUBDIRS = \
BlackMATE \
BlueMenta \
Blue-Submarine \
ContrastHigh \
ContrastHighInverse \
- GreenLaguna \
+ $(greenlaguna_SUBDIR) \
Green-Submarine \
Menta \
TraditionalGreen \
TraditionalOk
-
+DIST_SUBDIRS = \
+ BlackMATE \
+ BlueMenta \
+ Blue-Submarine \
+ ContrastHigh \
+ ContrastHighInverse \
+ GreenLaguna \
+ Green-Submarine \
+ Menta \
+ TraditionalGreen \
+ TraditionalOk