Bug 328516: attempt to get AIX building again.

This commit is contained in:
jag%tty.nl 2006-03-01 09:36:51 +00:00
Родитель 04f41d4761
Коммит 6aec2bf89a
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -241,6 +241,11 @@ EXTRA_DSO_LDOPTS += \
$(NULL)
endif
# Add explicit X11 dependency when building against X11 toolkits
ifneq (,$(filter gtk gtk2 qt xlib,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS)
endif
include $(topsrcdir)/config/rules.mk
LOCAL_INCLUDES += -I$(srcdir)/../base \