SConstruct
changeset 235 190d5bef3254
parent 234 6124bda39cb3
child 236 5673656dc2e7
--- a/SConstruct	Thu Feb 08 15:37:48 2007 +0100
+++ b/SConstruct	Thu Feb 08 16:01:58 2007 +0100
@@ -150,10 +150,16 @@
     'ipv4-address.cc',
     'internet-node.cc',
     'net-device.cc',
-    'mac-address.cc'
+    'mac-address.cc',
+    'ipv4-header.cc',
+    'udp-header.cc',
+    'ipv4-checksum.cc',
     ])
 node.add_headers ([
     'ipv4-address.h',
+    'ipv4-header.h',
+    'udp-header.h',
+    'ipv4-checksum.h',
     ])
 node.add_inst_headers ([
     'node.h',
@@ -165,7 +171,7 @@
     'net-device-list.h',
     'internet-node.h',
     'net-device.h',
-    'mac-address.h'
+    'mac-address.h',
     ])