Fixed some cruft I missed for the progress bar landing in autoconf.

git-svn-id: svn://10.0.0.236/trunk@12717 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1998-10-13 20:25:32 +00:00
parent ee3c8f24c2
commit 339c214ae5
2 changed files with 12 additions and 3 deletions

View File

@@ -28,9 +28,9 @@ EXPORTS = $(srcdir)/pw_public.h
ifdef MOZ_SMOOTH_PROGRESS
EXPORTS += \
nsITransferListener.h \
nsProgressManager.h \
progress.h \
$(srcdir)/nsITransferListener.h \
$(srcdir)/nsProgressManager.h \
$(srcdir)/progress.h \
$(NULL)
endif

View File

@@ -34,4 +34,13 @@ endif
# all code is platform specific right now
CPPSRCS = pw_win.cpp pw_unix.cpp pwcommon.cpp
ifdef MOZ_SMOOTH_PROGRESS
CPPSRCS += nsProgressManager.cpp \
nsTopProgressManager.cpp \
nsSubProgressManager.cpp \
nsTransfer.cpp \
progress.cpp \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk