From 31904b36c65e7c0056aa6090a7508a2b5980972e Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Sun, 27 Jun 1999 16:46:45 +0000 Subject: [PATCH] added cookie dir to necko build (haven't tested on anything bug win32) --- extensions/makefile.win | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/makefile.win b/extensions/makefile.win index 2e6cccad6bba..89f6ca2814a8 100644 --- a/extensions/makefile.win +++ b/extensions/makefile.win @@ -17,6 +17,10 @@ DEPTH=.. -DIRS=wallet pics +!ifdef NECKO +DIRS = wallet pics cookie +!else +DIRS = wallet pics +!endif include <$(DEPTH)\config\rules.mak>