Fix sunbird bustage by removing now unnecessary libmozical linkage here. r=bsmedberg.

This commit is contained in:
dmose%mozilla.org 2007-02-23 00:53:22 +00:00
parent 56485eadfd
commit f62a75a4bb

View File

@ -97,10 +97,6 @@ ifdef MOZ_ENABLE_XINERAMA
STATIC_EXTRA_LIBS += $(MOZ_XINERAMA_LIBS)
endif
ifdef MOZ_CALENDAR
STATIC_EXTRA_LIBS += $(call EXPAND_MOZLIBNAME,mozical)
endif
ifneq (,$(MOZ_ENABLE_GTK)$(MOZ_ENABLE_GTK2)$(MOZ_ENABLE_XLIB))
STATIC_EXTRA_LIBS += $(XLDFLAGS) $(XT_LIBS)
endif