From 1f903545ec692382c12b48dc4b3ce0d1c8537155 Mon Sep 17 00:00:00 2001 From: "idk%eng.sun.com" Date: Thu, 24 May 2001 05:39:24 +0000 Subject: [PATCH] *not part of the buil* add on to fix for 80938 git-svn-id: svn://10.0.0.236/trunk@95861 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/xpcom/test/basic/params/TestLoader/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/java/xpcom/test/basic/params/TestLoader/Makefile.in b/mozilla/java/xpcom/test/basic/params/TestLoader/Makefile.in index 2582575f21d..9e303171a0b 100644 --- a/mozilla/java/xpcom/test/basic/params/TestLoader/Makefile.in +++ b/mozilla/java/xpcom/test/basic/params/TestLoader/Makefile.in @@ -35,7 +35,10 @@ EXPORTS = \ BCTest.h \ ProceedResults.h \ Values.h \ - VarContainer.h + VarContainer.h \ + PseudoHash.h \ + $(NULL) + CPPSRCS = \ BCTestLoader.cpp \ BCTestLoaderFactory.cpp \