Added nsTransactionManagerFactory.cpp to list of files to build.

git-svn-id: svn://10.0.0.236/trunk@16168 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com
1998-12-10 18:25:12 +00:00
parent 215c02c8e0
commit 24376dda52
2 changed files with 6 additions and 4 deletions

View File

@@ -25,10 +25,11 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txmgr
CPPSRCS = \
nsTransactionItem.cpp \
nsTransactionManager.cpp \
nsTransactionStack.cpp \
CPPSRCS = \
nsTransactionItem.cpp \
nsTransactionManager.cpp \
nsTransactionManagerFactory.cpp \
nsTransactionStack.cpp \
$(NULL)
MODULE = txmgr

View File

@@ -23,6 +23,7 @@ LIBRARY_NAME=txmgr
CPPSRCS = \
nsTransactionItem.cpp \
nsTransactionManager.cpp \
nsTransactionManagerFactory.cpp \
nsTransactionStack.cpp \
$(NULL)