From b40a9fa787dd3b7d979cdf3e156284d6667fe9d2 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 16 Aug 2010 14:13:08 -0700 Subject: Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion macros. --- src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 49c53331..eb479440 100644 --- a/src/Makefile +++ b/src/Makefile @@ -265,7 +265,8 @@ RUNTIME_CS := rt/sync/timer.cpp \ rt/rust_message.cpp \ rt/rust_timer.cpp \ rt/circular_buffer.cpp \ - rt/isaac/randport.cpp + rt/isaac/randport.cpp \ + rt/rust_srv.cpp RUNTIME_HDR := rt/globals.h \ rt/rust.h \ @@ -283,7 +284,8 @@ RUNTIME_HDR := rt/globals.h \ rt/util/array_list.h \ rt/util/hash_map.h \ rt/sync/sync.h \ - rt/sync/timer.h + rt/sync/timer.h \ + rt/rust_srv.h RUNTIME_INCS := -Irt/isaac -Irt/uthash RUNTIME_OBJS := $(RUNTIME_CS:.cpp=$(CFG_OBJ_SUFFIX)) -- cgit v1.2.3