link against docshell to enable subclassing from docshell r=travis a=chofmann

This commit is contained in:
pavlov%netscape.com 1999-12-17 21:15:31 +00:00
Родитель bf67c7d948
Коммит 530135195a
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -41,6 +41,7 @@ EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-ljsdom \
$(MOZ_COMPONENT_LIBS) \
-ldocshell \
$(NULL)
ifdef MOZ_PERF
EXTRA_DSO_LDOPTS += \
@ -51,4 +52,6 @@ endif
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_WEB
INCLUDES += \
-I$(topsrcdir)/docshell/base \
$(NULL)