Index: net/net.scons |
=================================================================== |
--- net/net.scons (revision 4752) |
+++ net/net.scons (working copy) |
@@ -8,6 +8,12 @@ |
Import('env') |
+# Arrange for Hammer to add all programs to the 'net' Alias. |
+env.Append( |
+ COMPONENT_PROGRAM_GROUPS = ['net'], |
+ COMPONENT_TEST_PROGRAM_GROUPS = ['net'], |
+) |
+ |
sconscript_files = [ |
'crash_cache.scons', |
'net_lib.scons', |
@@ -35,5 +41,3 @@ |
]) |
SConscript(sconscript_files, exports=['env']) |
- |
-env.Alias('net', '.') |