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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user