aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Bebenita <[email protected]>2010-07-28 16:48:34 -0700
committerGraydon Hoare <[email protected]>2010-07-28 20:30:29 -0700
commite1264ac59c25ebc0acf0a27bb6213799a31b6d46 (patch)
tree394e05188681018bc243fe74d91cbce01cd77425 /src
parentMove ports out into their own file, add data_message and make communication s... (diff)
downloadrust-e1264ac59c25ebc0acf0a27bb6213799a31b6d46.tar.xz
rust-e1264ac59c25ebc0acf0a27bb6213799a31b6d46.zip
Add some missing headers to the Makefile's RUNTIME_HDR list.
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))