add VU and IEC meter DSP (from jmeters)
[ardour.git] / libs / ardour / wscript
index 131dda520bca5f26952184fc4df956d250d3cb9a..f81f2c848e04507d634f47410571fa86b8a0ccba 100644 (file)
@@ -91,6 +91,8 @@ libardour_sources = [
         'globals.cc',
         'graph.cc',
         'graphnode.cc',
+        'iec1ppmdsp.cc',
+        'iec2ppmdsp.cc',
         'import.cc',
         'instrument_info.cc',
         'internal_return.cc',
@@ -206,6 +208,7 @@ libardour_sources = [
         'user_bundle.cc',
         'utils.cc',
         'version.cc',
+        'vumeterdsp.cc',
         'worker.cc'
 ]