mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
From bug 305949 - txmgr tests should use the glue, r=darin
This commit is contained in:
parent
a1636b7734
commit
28ff68a534
@ -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
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include "nsXPCOM.h"
|
||||
#include "nsITransactionManager.h"
|
||||
#include "nsIComponentManager.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
||||
static PRInt32 sConstructorCount = 0;
|
||||
static PRInt32 sDestructorCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user