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:
@@ -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
|
||||
|
||||
@@ -23,6 +23,7 @@ LIBRARY_NAME=txmgr
|
||||
CPPSRCS = \
|
||||
nsTransactionItem.cpp \
|
||||
nsTransactionManager.cpp \
|
||||
nsTransactionManagerFactory.cpp \
|
||||
nsTransactionStack.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user