Add some missing headers to the Makefile's RUNTIME_HDR list.

This commit is contained in:
Michael Bebenita 2010-07-28 16:48:34 -07:00 committed by Graydon Hoare
parent 4246d567b7
commit e1264ac59c

View File

@ -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))