commit | fe9b7a263838e65f74c49ff4ab4211d53d18d956 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Feb 10 15:03:42 2014 -0800 |
committer | Brian Silverman <brians> | Mon Feb 10 15:03:42 2014 -0800 |
tree | 5d863a1e4be2168c02d164de2618c7eea63790b0 | |
parent | b0893886cb02397759046043c224856bef89d38e [diff] [blame] |
moved the logging-related executables into an intelligent location
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp index 49be0ce..7a83c59 100644 --- a/aos/linux_code/linux_code.gyp +++ b/aos/linux_code/linux_code.gyp
@@ -23,5 +23,15 @@ '<(AOS)/build/aos.gyp:logging', ], }, + { + 'target_name': 'core', + 'type': 'executable', + 'sources': [ + 'core.cc', + ], + 'dependencies': [ + 'init', + ], + }, ], }