adding -lXt to the LDOPTS since we need to resolve Xt calls

AIX requires this!
This commit is contained in:
jdunn%netscape.com 2000-05-15 20:29:22 +00:00
parent d5bf5f16e1
commit ba72108270

View File

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