diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:12 +0100 |
| commit | aeb835a18c8df347e0ed68fb24631b320abeb611 (patch) | |
| tree | 01746a2d872aad8127a1442326ac720756172a17 /src/lib/wscript | |
| parent | 4d9f56686380aed5eb3e17ab9e720df57a17f079 (diff) | |
Logging improvements to allow prettier displays in the server GUI.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index bc61c87bf..6e06d6753 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -55,6 +55,7 @@ sources = """ dolby_cp750.cc emailer.cc encoder.cc + encoded_log_entry.cc environment_info.cc examine_content_job.cc exceptions.cc @@ -84,6 +85,7 @@ sources = """ job_manager.cc json_server.cc log.cc + log_entry.cc magick_image_proxy.cc md5_digester.cc mid_side_decoder.cc @@ -110,6 +112,7 @@ sources = """ sndfile_content.cc sndfile_decoder.cc sndfile_examiner.cc + string_log_entry.cc subrip.cc subrip_content.cc subrip_decoder.cc |
