Bug 605146 part 2 - Compile sha512.cc on all platforms. r=ted,a=bsmedberg

This commit is contained in:
Mike Hommey 2010-11-07 09:20:50 +01:00
parent 573e82c45b
commit 78fb333b5c

View File

@ -132,6 +132,7 @@ CPPSRCS += \
message_router.cc \
notification_service.cc \
task_queue.cc \
sha512.cc \
$(NULL)
ifdef OS_WIN # {
@ -176,7 +177,6 @@ endif # } OS_WIN
ifdef OS_POSIX # {
CPPSRCS += \
sha512.cc \
condition_variable_posix.cc \
debug_util_posix.cc \
event_recorder_stubs.cc \