SConstruct
changeset 234 6124bda39cb3
parent 232 8cd08910f9a1
child 235 190d5bef3254
--- a/SConstruct	Thu Feb 08 11:13:49 2007 +0100
+++ b/SConstruct	Thu Feb 08 15:37:48 2007 +0100
@@ -144,9 +144,28 @@
 node.add_deps (['core'])
 node.add_sources ([
     'node.cc',
+    'capability.cc',
+    'l3-demux.cc',
+    'ipv4-l4-demux.cc',
+    'ipv4-address.cc',
+    'internet-node.cc',
+    'net-device.cc',
+    'mac-address.cc'
+    ])
+node.add_headers ([
+    'ipv4-address.h',
     ])
 node.add_inst_headers ([
     'node.h',
+    'capability.h',
+    'l3-demux.h',
+    'l3-protocol.h',
+    'ipv4-l4-demux.h',
+    'ipv4-l4-protocol.h',
+    'net-device-list.h',
+    'internet-node.h',
+    'net-device.h',
+    'mac-address.h'
     ])