Updated Makefile.in for progress bar changes.

This commit is contained in:
waterson%netscape.com 1998-10-13 02:43:56 +00:00
parent aebdf28468
commit 9c5fa939f1
6 changed files with 28 additions and 0 deletions

View File

@ -26,4 +26,12 @@ MODULE = progress
EXPORTS = $(srcdir)/pw_public.h
ifdef MOZ_SMOOTH_PROGRESS
EXPORTS += \
nsITransferListener.h \
nsProgressManager.h \
progress.h \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk

View File

@ -27,6 +27,10 @@ LIBRARY_NAME = prgrss
REQUIRES = progress nspr dbm img layer util
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += raptor xpcom
endif
# all code is platform specific right now
CPPSRCS = pw_win.cpp pw_unix.cpp pwcommon.cpp

View File

@ -81,6 +81,10 @@ ifdef NU_CACHE
REQUIRES += cache
endif
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += progress
endif
include $(topsrcdir)/config/rules.mk
ifdef ENABLE_TESTS

View File

@ -34,5 +34,9 @@ EXPORTS= $(srcdir)/fileurl.h
REQUIRES = network nspr2 dbm util pref js java fileurl \
security layer img httpurl jtools mimetype
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += progress
endif
include $(topsrcdir)/config/rules.mk

View File

@ -34,5 +34,9 @@ EXPORTS= $(srcdir)/ftpurl.h
REQUIRES = network nspr2 dbm util pref js java fileurl \
security layer img httpurl mimetype
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += progress
endif
include $(topsrcdir)/config/rules.mk

View File

@ -37,5 +37,9 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES = netcache network nspr2 dbm util pref js java fileurl \
security layer img httpurl mimetype htmldlgs
ifdef MOZ_SMOOTH_PROGRESS
REQUIRES += progress
endif
include $(topsrcdir)/config/rules.mk