Added extension/cookie for building Necko tests. Only for NECKO.

This commit is contained in:
gagan%netscape.com 1999-07-01 02:57:10 +00:00
Родитель 99281aad36
Коммит 706c19e2a9
3 изменённых файлов: 8 добавлений и 2 удалений

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

@ -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)