SConstruct
changeset 605 3a62e5c4de75
parent 604 0b6bef4e99bc
child 619 528f0554b677
--- a/SConstruct	Mon May 14 09:09:43 2007 +0200
+++ b/SConstruct	Mon May 14 09:26:32 2007 +0200
@@ -243,6 +243,7 @@
 inode.add_deps (['node'])
 inode.add_sources ([
     'internet-node.cc',
+    'i-node-impl.cc',
     'l3-demux.cc',
     'l3-protocol.cc',
     'ipv4-l4-demux.cc',
@@ -296,7 +297,8 @@
     'ipv4-header.h',
     'udp-header.h',
     'ipv4-interface.h',
-    'sgi-hashmap.h'
+    'sgi-hashmap.h',
+    'i-node-impl.h',
 ])
 inode.add_inst_headers ([
     'internet-node.h',