samples/main-test-sync also depends on the realtime optional feature
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 25 Jan 2009 15:44:55 +0000
changeset 4125 b5e1f3870314
parent 4124 d2ec423e4576
child 4126 0ba0346d655b
samples/main-test-sync also depends on the realtime optional feature
samples/wscript
--- a/samples/wscript	Sun Jan 25 15:39:36 2009 +0000
+++ b/samples/wscript	Sun Jan 25 15:44:55 2009 +0000
@@ -19,7 +19,7 @@
     obj = bld.create_ns3_program('main-test')
     obj.source = 'main-test.cc'
 
-    if bld.env['ENABLE_THREADING']:
+    if bld.env['ENABLE_THREADING'] and bld.env["ENABLE_REAL_TIME"]:
         obj = bld.create_ns3_program('main-test-sync')
         obj.source = 'main-test-sync.cc'