Link against superwin even if monolithic

r=pepper@netscape.com
This commit is contained in:
jdunn%netscape.com 1999-11-22 21:35:33 +00:00
parent e9d5e61f46
commit b8c088c4dd

View File

@ -73,7 +73,7 @@ EXTRA_DSO_LDOPTS = \
ifndef MOZ_MONOLITHIC_TOOLKIT
EXTRA_DSO_LDOPTS += -L$(DIST)/lib -lgtksuperwin $(MOZ_GTK_LDFLAGS)
else
EXTRA_DSO_LDOPTS += $(TK_LIBS)
EXTRA_DSO_LDOPTS += -L$(DIST)/lib -lgtksuperwin $(TK_LIBS)
endif
include $(topsrcdir)/config/rules.mk