summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-03-01 21:02:16 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-01 21:02:17 +0100
commit86c39b8c4e2428964de086f6d5b3d274c2a5e26f (patch)
treec800710a769db07c859c5e904fa3128cb389223a /src/lib/wscript
parent54010eb460cb1038ded4177154fa63947f766a05 (diff)
Add new "make-centre" processor.make-centre
This just puts L into L, R into R, and (L+R)/2 into C.
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index 0d61d7a69..f36fcb8da 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -145,6 +145,7 @@ sources = """
kdm_util.cc
log.cc
log_entry.cc
+ make_centre.cc
make_dcp.cc
map_cli.cc
maths_util.cc