Bustage fix from bug 280725 - forgot that this is frequently a dynamic component, and on some compilers we need to resolve symbols early r=biesi

This commit is contained in:
bsmedberg%covad.net 2005-04-04 20:37:47 +00:00
Родитель 073b9b450f
Коммит 96f4bcdcee
1 изменённых файлов: 2 добавлений и 7 удалений

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

@ -74,10 +74,5 @@ endif
include $(topsrcdir)/config/rules.mk
ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
endif
ifeq (gtk,$(MOZ_WIDGET_TOOLKIT))
CXXFLAGS += $(MOZ_GTK_CFLAGS)
endif
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) $(TK_LIBS)
CXXFLAGS += $(TK_CFLAGS)