Fix --disable-accessibility + --enable-default-toolkit=gtk2 bustage.

Bug #176556 r=cls a=roc+moz
This commit is contained in:
seawood%netscape.com 2002-10-30 01:04:59 +00:00
Родитель 8b8ebdf639
Коммит 11e0296e26
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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,10 +58,16 @@ 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
EXTRA_DSO_LDOPTS += \