c51979c
Index: browser/themes/Makefile.in
c51979c
===================================================================
c51979c
RCS file: /cvsroot/mozilla/browser/themes/Makefile.in,v
c51979c
retrieving revision 1.1.2.2
c51979c
diff -d -u -p -r1.1.2.2 Makefile.in
c51979c
--- browser/themes/Makefile.in	17 Jun 2004 06:18:32 -0000	1.1.2.2
c51979c
+++ browser/themes/Makefile.in	4 Nov 2004 17:46:36 -0000
c51979c
@@ -45,14 +45,19 @@ include $(DEPTH)/config/autoconf.mk
c51979c
 #
c51979c
 # Theme Selection
c51979c
 #
c51979c
-# Windows, GNOME/Linux    Winstripe
c51979c
+# Windows                 Winstripe
c51979c
 # MacOS X                 Pinstripe
c51979c
+# GNOME/Linux             Gnomestripe
c51979c
 #
c51979c
 
c51979c
 ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
c51979c
 DIRS = pinstripe
c51979c
 else
c51979c
+ifneq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
c51979c
 DIRS = winstripe
c51979c
+else
c51979c
+DIRS = gnomestripe
c51979c
+endif
c51979c
 endif
c51979c
 
c51979c
 include $(topsrcdir)/config/rules.mk