зеркало из https://github.com/mozilla/pjs.git
Added extension/cookie for building Necko tests. Only for NECKO.
This commit is contained in:
Родитель
99281aad36
Коммит
706c19e2a9
|
@ -30,6 +30,10 @@ ifdef ENABLE_PICS
|
|||
DIRS += pics
|
||||
endif
|
||||
|
||||
ifdef NECKO
|
||||
DIRS += cookie
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -36,13 +36,16 @@ CPPSRCS = \
|
|||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsICookieService.h \
|
||||
nsCookieHTTPNotify.h \
|
||||
nsCookie.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
MODULE = cookie
|
||||
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
REQUIRES = js netlib xpcom xppref32 nspr
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ MODULE=cookie
|
|||
|
||||
EXPORTS = nsICookieService.h nsCookieHTTPNotify.h nsCookie.h
|
||||
|
||||
|
||||
CSRCS= \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче