aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 35327624..09fa0302 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -275,8 +275,11 @@ RUNTIME_HDR := rt/globals.h \
rt/rust_dom.h \
rt/rust_task.h \
rt/rust_proxy.h \
+ rt/rust_log.h \
rt/rust_message.h \
- rt/circular_buffer.h
+ rt/circular_buffer.h \
+ rt/util/array_list.h \
+ rt/util/hash_map.h
RUNTIME_INCS := -Irt/isaac -Irt/uthash
RUNTIME_OBJS := $(RUNTIME_CS:.cpp=$(CFG_OBJ_SUFFIX))