summaryrefslogtreecommitdiff
path: root/src/systemc/channel/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/channel/SConscript')
-rw-r--r--src/systemc/channel/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/channel/SConscript b/src/systemc/channel/SConscript
index fe7973770..30ae76ab4 100644
--- a/src/systemc/channel/SConscript
+++ b/src/systemc/channel/SConscript
@@ -28,6 +28,7 @@
Import('*')
if env['USE_SYSTEMC']:
+ Source('messages.cc')
Source('sc_clock.cc')
Source('sc_event_queue.cc')
Source('sc_in_resolved.cc')