From 9783d4159dacc0691f02a4cb93b7b84dcab0da6c Mon Sep 17 00:00:00 2001 From: morse Date: Sun, 7 Jun 1998 16:07:47 +0000 Subject: [PATCH] change for cookie management git-svn-id: svn://10.0.0.236/trunk@3462 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/protocol/http/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/protocol/http/Makefile b/mozilla/network/protocol/http/Makefile index 62d462884e6..61e00679a18 100644 --- a/mozilla/network/protocol/http/Makefile +++ b/mozilla/network/protocol/http/Makefile @@ -28,7 +28,7 @@ CSRCS = \ EXPORTS= httpurl.h httpauth.h cookies.h jscookie.h REQUIRES = netcache network nspr2 dbm util pref js java fileurl \ - security layer img httpurl mimetype + security layer img httpurl mimetype htmldlgs include $(DEPTH)/config/rules.mk