aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e923af02..9bd6ed3c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -259,6 +259,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \
rt/rust_chan.cpp \
rt/rust_upcall.cpp \
rt/rust_log.cpp \
+ rt/rust_message.cpp \
rt/rust_timer.cpp \
rt/circular_buffer.cpp \
rt/isaac/randport.cpp
@@ -272,6 +273,7 @@ RUNTIME_HDR := rt/globals.h \
rt/rust_dom.h \
rt/rust_task.h \
rt/rust_proxy.h \
+ rt/rust_message.h \
rt/circular_buffer.h
RUNTIME_INCS := -Irt/isaac -Irt/uthash