From e1264ac59c25ebc0acf0a27bb6213799a31b6d46 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 16:48:34 -0700 Subject: [PATCH] Add some missing headers to the Makefile's RUNTIME_HDR list. --- src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 35327624314..09fa0302dda 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))