src/node/wscript
changeset 3852 9cf7ad0cac85
parent 3820 c04ecfdce1ef
child 3950 3d1e71561636
     1.1 --- a/src/node/wscript	Wed Oct 29 11:18:39 2008 -0700
     1.2 +++ b/src/node/wscript	Fri Nov 07 11:36:15 2008 -0800
     1.3 @@ -34,6 +34,10 @@
     1.4          'application.cc',
     1.5          'simple-channel.cc',
     1.6          'simple-net-device.cc',
     1.7 +        'inet6-socket-address.cc',
     1.8 +        'ipv6-address.cc',
     1.9 +        'ipv6-header.cc',
    1.10 +        'icmp-socket.cc',
    1.11          'ipv4-raw-socket-factory.cc',
    1.12          ]
    1.13  
    1.14 @@ -70,5 +74,9 @@
    1.15          'application.h',
    1.16          'simple-channel.h',
    1.17          'simple-net-device.h',
    1.18 +        'inet6-socket-address.h',
    1.19 +        'ipv6-address.h',
    1.20 +        'ipv6-header.h',
    1.21 +        'icmp-socket.h',
    1.22          'ipv4-raw-socket-factory.h',
    1.23          ]