Index: widget/src/gtk2/Makefile.in =================================================================== RCS file: /cvsroot/mozilla/widget/src/gtk2/Makefile.in,v retrieving revision 1.20 diff -u -p -r1.20 Makefile.in --- widget/src/gtk2/Makefile.in 29 Sep 2002 04:51:14 -0000 1.20 +++ widget/src/gtk2/Makefile.in 13 Oct 2002 21:44:01 -0000 @@ -25,11 +25,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -# build our subdirs, too -ifdef ACCESSIBILITY -DIRS = mai -endif - MODULE = widget LIBRARY_NAME = widget_gtk2 EXPORT_LIBRARY = 1 @@ -40,7 +35,6 @@ REQUIRES = xpcom \ gfx \ pref \ dom \ - accessibility \ necko \ xremoteservice @@ -64,9 +58,15 @@ CPPSRCS = \ nsClipboard.cpp \ nsDragService.cpp \ nsSound.cpp \ - nsAccessibilityInterface.cpp \ nsGConfInterface.cpp \ $(NULL) + +# build our subdirs, too +ifdef ACCESSIBILITY +DIRS = mai +REQUIRES += accessibility +CPPSRCS += nsAccessibilityInterface.cpp +endif SHARED_LIBRARY_LIBS = $(DIST)/lib/libxpwidgets_s.a