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 \