Fixing SVG static build bustage

This commit is contained in:
seawood%netscape.com 2002-01-25 01:29:35 +00:00
parent 7f5b8281fb
commit 55bb706d4a

View File

@ -99,7 +99,11 @@ EXTRA_LIBS += \
endif
ifdef MOZ_LDAP_XPCOM
EXTRA_LIBS += -lldap40 -llber40
EXTRA_LIBS += $(LDAP_LIBS)
endif
ifdef MOZ_SVG
EXTRA_LIBS += $(MOZ_LIBART_LIBS)
endif
ifdef MOZ_ENABLE_GTK