src/routing/olsr/wscript
changeset 4364 579bbfe8bb65
parent 4358 e63305078fe5
child 5763 04848ede4d04
--- a/src/routing/olsr/wscript	Mon Mar 23 14:29:31 2009 +0100
+++ b/src/routing/olsr/wscript	Mon Mar 23 14:37:43 2009 +0100
@@ -6,13 +6,13 @@
     module.source = [
         'olsr-header.cc',
         'olsr-state.cc',
-        'olsr-agent-impl.cc',
+        'olsr-routing-protocol.cc',
         ]
 
     headers = bld.new_task_gen('ns3header')
     headers.module = 'olsr'
     headers.source = [
-        'olsr-agent-impl.h',
+        'olsr-routing-protocol.h',
         'olsr-header.h',
         'olsr-state.h',
         'olsr-repositories.h',