diff options
| author | Michael Bebenita <[email protected]> | 2010-07-28 16:24:50 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-28 20:30:29 -0700 |
| commit | 4ff8e15128f90d4e9e57897c48280c6f82bb8343 (patch) | |
| tree | 86c3808e729b4f596c3c23e228738d3d25b108bc /src/Makefile | |
| parent | Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-... (diff) | |
| download | rust-4ff8e15128f90d4e9e57897c48280c6f82bb8343.tar.xz rust-4ff8e15128f90d4e9e57897c48280c6f82bb8343.zip | |
Move notification-messages out into their own file and unify into notify_message, make them use proxies, cache task proxies in dom.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |