src/common/wscript
changeset 3041 a624276a897b
parent 3039 722cf749a9e3
child 4064 10222f483860
--- a/src/common/wscript	Thu Apr 24 16:03:13 2008 -0700
+++ b/src/common/wscript	Thu Apr 24 16:06:33 2008 -0700
@@ -13,9 +13,9 @@
         'pcap-writer.cc',
         'data-rate.cc',
         'error-model.cc',
-        'mtag.cc',
-        'mtag-list.cc',
-        'mtag-buffer.cc',
+        'tag.cc',
+        'tag-list.cc',
+        'tag-buffer.cc',
         ]
 
     headers = bld.create_obj('ns3header')
@@ -30,7 +30,7 @@
         'pcap-writer.h',
         'data-rate.h',
         'error-model.h',
-        'mtag.h',
-        'mtag-list.h',
-        'mtag-buffer.h',
+        'tag.h',
+        'tag-list.h',
+        'tag-buffer.h',
         ]