diff options
Diffstat (limited to 'desktop-themes')
| -rw-r--r-- | desktop-themes/BlackMATE/Makefile.am | 9 | ||||
| -rw-r--r-- | desktop-themes/Blue-Submarine/Makefile.am | 8 | ||||
| -rw-r--r-- | desktop-themes/BlueMenta-dark/Makefile.am | 10 | ||||
| -rw-r--r-- | desktop-themes/BlueMenta/Makefile.am | 10 | ||||
| -rw-r--r-- | desktop-themes/Green-Submarine/Makefile.am | 8 | ||||
| -rw-r--r-- | desktop-themes/GreenLaguna/Makefile.am | 7 | ||||
| -rw-r--r-- | desktop-themes/HighContrastInverse/Makefile.am | 8 | ||||
| -rw-r--r-- | desktop-themes/Menta/Makefile.am | 10 | ||||
| -rw-r--r-- | desktop-themes/TraditionalGreen/Makefile.am | 6 | ||||
| -rw-r--r-- | desktop-themes/TraditionalOk/Makefile.am | 8 | ||||
| -rw-r--r-- | desktop-themes/YaruGreen/Makefile.am | 6 | ||||
| -rw-r--r-- | desktop-themes/YaruOk/Makefile.am | 8 |
12 files changed, 97 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/Makefile.am b/desktop-themes/BlackMATE/Makefile.am index f5942a38..d6040097 100644 --- a/desktop-themes/BlackMATE/Makefile.am +++ b/desktop-themes/BlackMATE/Makefile.am @@ -12,6 +12,15 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 \ + cinnamon \ + unity \ + apps +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/Blue-Submarine/Makefile.am b/desktop-themes/Blue-Submarine/Makefile.am index 1c3e8029..4fcaa0b8 100644 --- a/desktop-themes/Blue-Submarine/Makefile.am +++ b/desktop-themes/Blue-Submarine/Makefile.am @@ -14,6 +14,14 @@ endif SUBDIRS = \ cinnamon \ emerald \ + gtk-3.0 \ + metacity-1 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 diff --git a/desktop-themes/BlueMenta-dark/Makefile.am b/desktop-themes/BlueMenta-dark/Makefile.am index 644a958a..580d78b8 100644 --- a/desktop-themes/BlueMenta-dark/Makefile.am +++ b/desktop-themes/BlueMenta-dark/Makefile.am @@ -14,6 +14,16 @@ endif SUBDIRS = \ cinnamon \ emerald \ + gtk-3.0 \ + metacity-1 \ + unity \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/BlueMenta/Makefile.am b/desktop-themes/BlueMenta/Makefile.am index 3c26d9de..a147e1fe 100644 --- a/desktop-themes/BlueMenta/Makefile.am +++ b/desktop-themes/BlueMenta/Makefile.am @@ -14,6 +14,16 @@ endif SUBDIRS = \ cinnamon \ emerald \ + gtk-3.0 \ + metacity-1 \ + unity \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/Green-Submarine/Makefile.am b/desktop-themes/Green-Submarine/Makefile.am index ab8e44ce..f8b6b0fd 100644 --- a/desktop-themes/Green-Submarine/Makefile.am +++ b/desktop-themes/Green-Submarine/Makefile.am @@ -14,6 +14,14 @@ endif SUBDIRS = \ cinnamon \ emerald \ + gtk-3.0 \ + metacity-1 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 diff --git a/desktop-themes/GreenLaguna/Makefile.am b/desktop-themes/GreenLaguna/Makefile.am index 7cefed57..50ed54b5 100644 --- a/desktop-themes/GreenLaguna/Makefile.am +++ b/desktop-themes/GreenLaguna/Makefile.am @@ -12,6 +12,13 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 \ + unity +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/HighContrastInverse/Makefile.am b/desktop-themes/HighContrastInverse/Makefile.am index c51d60cb..6107d3d4 100644 --- a/desktop-themes/HighContrastInverse/Makefile.am +++ b/desktop-themes/HighContrastInverse/Makefile.am @@ -12,7 +12,13 @@ else endif SUBDIRS = \ - gtk-2.0 \ + metacity-1 \ + pixmaps +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + gtk-2.0 \ metacity-1 \ pixmaps diff --git a/desktop-themes/Menta/Makefile.am b/desktop-themes/Menta/Makefile.am index cdc7dc86..483260ef 100644 --- a/desktop-themes/Menta/Makefile.am +++ b/desktop-themes/Menta/Makefile.am @@ -14,6 +14,16 @@ endif SUBDIRS = \ cinnamon \ emerald \ + gtk-3.0 \ + metacity-1 \ + unity \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ + cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/TraditionalGreen/Makefile.am b/desktop-themes/TraditionalGreen/Makefile.am index 7ac9766d..6f89eef3 100644 --- a/desktop-themes/TraditionalGreen/Makefile.am +++ b/desktop-themes/TraditionalGreen/Makefile.am @@ -12,6 +12,12 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 diff --git a/desktop-themes/TraditionalOk/Makefile.am b/desktop-themes/TraditionalOk/Makefile.am index 9492b9fa..7eb0477d 100644 --- a/desktop-themes/TraditionalOk/Makefile.am +++ b/desktop-themes/TraditionalOk/Makefile.am @@ -12,6 +12,14 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 \ + openbox-3 \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ diff --git a/desktop-themes/YaruGreen/Makefile.am b/desktop-themes/YaruGreen/Makefile.am index 187b2ff0..db2d04ed 100644 --- a/desktop-themes/YaruGreen/Makefile.am +++ b/desktop-themes/YaruGreen/Makefile.am @@ -12,6 +12,12 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 diff --git a/desktop-themes/YaruOk/Makefile.am b/desktop-themes/YaruOk/Makefile.am index b9045a25..0bba7f3f 100644 --- a/desktop-themes/YaruOk/Makefile.am +++ b/desktop-themes/YaruOk/Makefile.am @@ -12,6 +12,14 @@ else endif SUBDIRS = \ + gtk-3.0 \ + metacity-1 \ + openbox-3 \ + xfwm4 +if ENABLE_GTK2 +SUBDIRS += gtk-2.0 +endif +DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ metacity-1 \ |
