From 3687cfa04979ab0bd5e054c93fcbba450ca8f584 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Sat, 20 Nov 1999 23:23:59 +0000 Subject: [PATCH] fixing build bustage --- netwerk/protocol/http/src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/protocol/http/src/Makefile.in b/netwerk/protocol/http/src/Makefile.in index f8163e3b9b9b..da6d805b21e1 100644 --- a/netwerk/protocol/http/src/Makefile.in +++ b/netwerk/protocol/http/src/Makefile.in @@ -45,7 +45,8 @@ CPPSRCS = \ nsHTTPAtoms.cpp \ nsBasicAuth.cpp \ nsAuth.cpp \ - nsAuthEngine.cpp \ $(NULL) + nsAuthEngine.cpp \ + $(NULL) EXPORTS = nsHTTPCID.h