From a9e59ceb15564e575c24b80b9945eb36936898a4 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 git-svn-id: svn://10.0.0.236/trunk@54084 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/netwerk/protocol/http/src/Makefile.in b/mozilla/netwerk/protocol/http/src/Makefile.in index f8163e3b9b9..da6d805b21e 100644 --- a/mozilla/netwerk/protocol/http/src/Makefile.in +++ b/mozilla/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