Re-sync WAF build with the latest SConstruct changes.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-06-12 14:05:01 +01:00
parent f34463d1cc
commit 72622c0755
3 changed files with 16 additions and 18 deletions

View File

@@ -14,13 +14,13 @@ def build(bld):
'llc-snap-header.cc',
'ipv4-route.cc',
'queue.cc',
'drop-tail.cc',
'drop-tail-queue.cc',
'channel.cc',
'node-list.cc',
'socket.cc',
'i-socket-factory.cc',
'i-udp.cc',
'i-ipv4.cc',
'socket-factory.cc',
'udp.cc',
'ipv4.cc',
'application.cc',
]
@@ -32,13 +32,13 @@ def build(bld):
'mac-address.h',
'ipv4-route.h',
'queue.h',
'drop-tail.h',
'drop-tail-queue.h',
'llc-snap-header.h',
'channel.h',
'node-list.h',
'socket.h',
'i-socket-factory.h',
'i-udp.h',
'i-ipv4.h',
'socket-factory.h',
'udp.h',
'ipv4.h',
'application.h',
]