mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Adding libpop3url.a for the SMART_MAIL=1 case. Thanks to skinny@knowhere.net for this fix.
This commit is contained in:
parent
f8109c2847
commit
0c850d6b89
@ -360,6 +360,10 @@ BASIC_LIBS += \
|
||||
$(DIST)/lib/libnetutil.a \
|
||||
$(NULL)
|
||||
|
||||
ifdef SMART_MAIL
|
||||
BASIC_LIBS += $(DIST)/lib/libpop3url.a
|
||||
endif
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
ifdef MOZ_SECURITY
|
||||
BASIC_LIBS += $(DIST)/lib/libns_mime.a
|
||||
|
@ -398,6 +398,12 @@ BASIC_LIBS += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef SMART_MAIL
|
||||
BASIC_LIBS += \
|
||||
$(DIST)/lib/libpop3url.a \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
BASIC_LIBS += \
|
||||
$(DIST)/lib/libmozmsg.a \
|
||||
|
Loading…
x
Reference in New Issue
Block a user