From 066c14009b83ba7dd51c27dba7a16b7971b0ce63 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Tue, 7 Sep 2010 18:08:09 -0700 Subject: Added a .cpp file for rust_proxy to help avoid .h file dependencies in the future. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3