adding -lXt to LDOPTS for platforms that define MOZ_MONOLITHIC_TOOLKIT

This commit is contained in:
jdunn%netscape.com 2000-05-15 20:36:05 +00:00
parent d4645bf067
commit cc72a88921

View File

@ -36,7 +36,7 @@ CSRCS = \
ifndef MOZ_MONOLITHIC_TOOLKIT
EXTRA_DSO_LDOPTS += $(MOZ_GTK_LDFLAGS) -lXt
else
EXTRA_DSO_LDOPTS += $(TK_LIBS)
EXTRA_DSO_LDOPTS += $(TK_LIBS) -lXt
endif
EXPORTS = gtkxtbin.h