commit | 2ac0fbc3b16c380279082ccbce5f7f468da58572 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Mar 20 19:45:13 2014 -0700 |
committer | Brian Silverman <brians> | Thu Mar 20 19:45:13 2014 -0700 |
tree | f2971e2737e9b1ffb40234005d25621c8aaa46f0 | |
parent | 9e42f7fa5c723daee721515caf4f29b4731208ba [diff] |
cleaned up the build setup etc for robot_state
diff --git a/aos/common/messages/messages.gyp b/aos/common/messages/messages.gyp index b9737d1..0b7805b 100644 --- a/aos/common/messages/messages.gyp +++ b/aos/common/messages/messages.gyp
@@ -1,10 +1,10 @@ { 'targets': [ { - 'target_name': 'aos_queues', + 'target_name': 'robot_state', 'type': 'static_library', 'sources': [ - 'RobotState.q', + 'robot_state.q', ], 'variables': { 'header_path': 'aos/common/messages',
diff --git a/aos/common/messages/RobotState.q b/aos/common/messages/robot_state.q similarity index 100% rename from aos/common/messages/RobotState.q rename to aos/common/messages/robot_state.q