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
Родитель 71b9ba901e
Коммит ab2c9608d0
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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)