Added nsTransactionManagerFactory.cpp to list of files to build.
This commit is contained in:
Родитель
71b9ba901e
Коммит
ab2c9608d0
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче