diff --git a/xpcom/sample/Makefile.in b/xpcom/sample/Makefile.in index 21732c325b9..d8b5e3f1042 100644 --- a/xpcom/sample/Makefile.in +++ b/xpcom/sample/Makefile.in @@ -40,7 +40,8 @@ CPPSRCS = \ XPIDLSRCS = nsISample.idl -TESTCPPSRCS = nsTestSample.cpp +TESTCPPSRCS = nsTestSample.cpp +CPPSRCS += $(TESTCPPSRCS) SIMPLE_PROGRAMS = $(TESTCPPSRCS:.cpp=$(BIN_SUFFIX)) include $(topsrcdir)/config/config.mk