From 4ff8e15128f90d4e9e57897c48280c6f82bb8343 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 16:24:50 -0700 Subject: Move notification-messages out into their own file and unify into notify_message, make them use proxies, cache task proxies in dom. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e923af02..9bd6ed3c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -259,6 +259,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \ rt/rust_chan.cpp \ rt/rust_upcall.cpp \ rt/rust_log.cpp \ + rt/rust_message.cpp \ rt/rust_timer.cpp \ rt/circular_buffer.cpp \ rt/isaac/randport.cpp @@ -272,6 +273,7 @@ RUNTIME_HDR := rt/globals.h \ rt/rust_dom.h \ rt/rust_task.h \ rt/rust_proxy.h \ + rt/rust_message.h \ rt/circular_buffer.h RUNTIME_INCS := -Irt/isaac -Irt/uthash -- cgit v1.2.3