diff options
Diffstat (limited to 'desktop-themes/HighContrastInverse')
| -rw-r--r-- | desktop-themes/HighContrastInverse/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
