| Index: SConstruct
|
| diff --git a/SConstruct b/SConstruct
|
| index 1a73466c743acb54a87cd53233e9522c3071cae4..bd2a5d8d45f3a3466973eed6ff2abda2dad9350a 100644
|
| --- a/SConstruct
|
| +++ b/SConstruct
|
| @@ -248,6 +248,7 @@ sources = Split("""action_processor.cc
|
| filesystem_copier_action.cc
|
| filesystem_iterator.cc
|
| file_writer.cc
|
| + flimflam_proxy.cc
|
| graph_utils.cc
|
| gzip.cc
|
| libcurl_http_fetcher.cc
|
| @@ -288,6 +289,7 @@ unittest_sources = Split("""action_unittest.cc
|
| file_writer_unittest.cc
|
| filesystem_copier_action_unittest.cc
|
| filesystem_iterator_unittest.cc
|
| + flimflam_proxy_unittest.cc
|
| graph_utils_unittest.cc
|
| http_fetcher_unittest.cc
|
| mock_http_fetcher.cc
|
|
|