aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Bebenita <[email protected]>2010-09-07 18:08:09 -0700
committerMichael Bebenita <[email protected]>2010-09-07 18:41:08 -0700
commit066c14009b83ba7dd51c27dba7a16b7971b0ce63 (patch)
tree40baf138f78f20ea44a896a44a2cef343ea66752 /src/Makefile
parentAdded a thread utility class to factor out operations on threads. (diff)
downloadrust-066c14009b83ba7dd51c27dba7a16b7971b0ce63.tar.xz
rust-066c14009b83ba7dd51c27dba7a16b7971b0ce63.zip
Added a .cpp file for rust_proxy to help avoid .h file dependencies in the future.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index f5aebfc4..0f0382e2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -258,6 +258,7 @@ RUNTIME_CS := rt/sync/timer.cpp \
rt/rust_comm.cpp \
rt/rust_dom.cpp \
rt/rust_task.cpp \
+ rt/rust_proxy.cpp \
rt/rust_chan.cpp \
rt/rust_port.cpp \
rt/rust_upcall.cpp \