Fix for Tinderbox orange - undefined symbol

This commit is contained in:
rhp%netscape.com 2000-05-15 22:07:39 +00:00
Родитель 4cba4b2b13
Коммит 399b4b22cc
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -34,6 +34,7 @@ CPPSRCS = \
nsAbSync.cpp \
nsAbSyncCRCModel.cpp \
nsABSyncDriver.cpp \
nsSyncDecoderRing.cpp \
$(NULL)
EXPORTS = \
@ -41,6 +42,7 @@ EXPORTS = \
nsAbSync.h \
nsAbSyncCRCModel.h \
nsABSyncDriver.h \
nsSyncDecoderRing.h \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.