commit | cc8ac635419dbe64041feb3f78f5c4e737182e5a | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 09 13:45:15 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 09 14:36:37 2013 -0800 |
tree | 5557357361801cb751dc44e78edec6999b9fcd45 | |
parent | f3d96b8e57b43fe0f243d69a65b1933d7fcf82d3 [diff] |
compile fixes for the shooter
diff --git a/frc971/control_loops/shooter/shooter.gyp b/frc971/control_loops/shooter/shooter.gyp index 5f62fa8..bf1cd67 100644 --- a/frc971/control_loops/shooter/shooter.gyp +++ b/frc971/control_loops/shooter/shooter.gyp
@@ -74,7 +74,7 @@ 'shooter_main.cc', ], 'dependencies': [ - '<(AOS)/build/aos.gyp:libaos', + '<(AOS)/atom_code/atom_code.gyp:init', 'shooter_lib', 'shooter_loop', ],