From bug 305949 - txmgr tests should use the glue, r=darin

This commit is contained in:
bsmedberg%covad.net 2005-11-18 19:35:01 +00:00
parent a1636b7734
commit 28ff68a534
2 changed files with 5 additions and 3 deletions

View File

@ -42,8 +42,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MOZILLA_INTERNAL_API = 1
REQUIRES = xpcom \
txmgr \
$(NULL)
@ -52,7 +50,10 @@ PROGRAM = TestTXMgr$(BIN_SUFFIX)
CPPSRCS = TestTXMgr.cpp
LIBS = $(MOZ_COMPONENT_LIBS)
LIBS = \
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -40,6 +40,7 @@
#include "nsXPCOM.h"
#include "nsITransactionManager.h"
#include "nsIComponentManager.h"
#include "nsComponentManagerUtils.h"
static PRInt32 sConstructorCount = 0;
static PRInt32 sDestructorCount = 0;