Add the waf files and scripts to the scons dist
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Fri, 25 May 2007 19:14:05 +0100
changeset 696 fb446e9ec33d
parent 695 90a68c1c4328
child 697 8019689fb08c
child 789 1e19322e9012
Add the waf files and scripts to the scons dist
SConstruct
--- a/SConstruct	Thu May 24 19:21:50 2007 +0100
+++ b/SConstruct	Fri May 25 19:14:05 2007 +0100
@@ -24,6 +24,27 @@
 ns3.add_extra_dist ('AUTHORS')
 ns3.add_extra_dist ('VERSION')
 
+ns3.add_extra_dist('doc/build-waf.txt')
+ns3.add_extra_dist('ns3/_placeholder_')
+for wscript in [
+    "src/core/wscript",
+    "src/node/wscript",
+    "src/devices/p2p/wscript",
+    "src/common/wscript",
+    "src/applications/wscript",
+    "src/simulator/wscript",
+    "src/internet-node/wscript",
+    "src/wscript",
+    "utils/wscript",
+    "samples/wscript",
+    "examples/wscript",
+    "wscript",
+    ]:
+    ns3.add_extra_dist(wscript)
+ns3.add_extra_dist('waf')
+ns3.add_extra_dist('waf.bat')
+
+
 
 #
 # The Core module