From c7f4e9cbbe6ae201eab43978679895588249f8dc Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Thu, 20 Apr 2000 23:26:41 +0000 Subject: [PATCH] adding callback test harness to unix builds --- netwerk/test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/netwerk/test/Makefile.in b/netwerk/test/Makefile.in index d1dc64144d01..ad677a6ae953 100644 --- a/netwerk/test/Makefile.in +++ b/netwerk/test/Makefile.in @@ -37,6 +37,7 @@ CPPSRCS = \ urltest.cpp \ TestFileInput2.cpp \ TestRes.cpp \ + TestCallbacks.cpp \ $(NULL) SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)