Added nsTransactionManagerFactory.cpp to list of files to build.

This commit is contained in:
kin%netscape.com 1998-12-10 18:25:12 +00:00
parent 150922c941
commit 70033161fa
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)