diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 23:34:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:17 +0100 |
| commit | 144590d21b70f0239612b82f7c1d422533c64fbb (patch) | |
| tree | ca7d399ae53929ed469f8dfba430b51e6cdf6733 /src/lib/wscript | |
| parent | 1deb9a98a0a6204720c2e701b39c9e3f43a21873 (diff) | |
Move content store handling into ContentStore rather than it being done in the GUI.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 8e4b4d783..a6130e41c 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -57,6 +57,7 @@ sources = """ config.cc content.cc content_factory.cc + content_store.cc combine_dcp_job.cc copy_dcp_details_to_film.cc cover_sheet.cc |
