Fix up to actually build the correct files. r=pchen/sr=hyatt. bug# 75653

This commit is contained in:
pinkerton%netscape.com 2001-04-16 20:21:37 +00:00
Родитель e5b636a851
Коммит d126341407
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -24,11 +24,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = timer
LIBRARY_NAME = timer_mac
IS_COMPONENT = 1
EXPORTS = $(srcdir)/../unix/nsUnixTimerCIID.h
CPPSRCS = nsTimer.cpp $(topsrcdir)/gfx/src/mac/nsRepeater.cpp
CPPSRCS = nsTimerMac.cpp \
$(topsrcdir)/gfx/src/mac/nsRepeater.cpp \
nsTimerPeriodical.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
@ -38,4 +41,4 @@ EXTRA_DSO_LDOPTS+= \
$(TK_LIBS) \
$(NULL)
INCLUDES += $(TK_CFLAGS) -I../../../public
INCLUDES += -I../../../public