Index: SConstruct |
diff --git a/SConstruct b/SConstruct |
index c9d506828667f604f7fa2c25034460a7d99b3642..80dd803bf5f26b683fb1847913e2f15cb60ed99c 100644 |
--- a/SConstruct |
+++ b/SConstruct |
@@ -229,7 +229,7 @@ env.DbusBindings('update_engine.dbusclient.h', 'update_engine.xml') |
env.GlibMarshal('marshal.glibmarshal.c', 'marshal.list') |
if ARGUMENTS.get('debug', 0): |
- env['CCFLAGS'] += ' -fprofile-arcs -ftest-coverage' |
+ env['CCFLAGS'] += ['-fprofile-arcs', '-ftest-coverage'] |
env['LIBS'] += ['bz2', 'gcov'] |
sources = Split("""action_processor.cc |
@@ -256,6 +256,7 @@ sources = Split("""action_processor.cc |
http_fetcher.cc |
libcurl_http_fetcher.cc |
marshal.glibmarshal.c |
+ multi_range_http_fetcher.cc |
omaha_hash_calculator.cc |
omaha_request_action.cc |
omaha_request_params.cc |