SConstruct
changeset 754 627d129f300d
parent 751 0d407cf6862c
parent 696 fb446e9ec33d
child 758 e2f6fe585ab8
--- a/SConstruct	Wed Jun 06 10:54:58 2007 +0200
+++ b/SConstruct	Mon Jun 11 17:47:49 2007 +0200
@@ -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