use netanim-config.h header name to match config naming pattern
authorMathieu Lacage <mathieu.lacage@inria.fr>
Tue, 19 Apr 2011 08:25:51 +0200
changeset 7067 f3e0bc6843ef
parent 7066 948694386867
child 7068 102581d94dd9
use netanim-config.h header name to match config naming pattern
src/netanim/model/animation-interface.cc
src/netanim/wscript
--- a/src/netanim/model/animation-interface.cc	Mon Apr 18 10:50:55 2011 -0700
+++ b/src/netanim/model/animation-interface.cc	Tue Apr 19 08:25:51 2011 +0200
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #include <sstream>
 
-#include "ns3/net-anim-config.h"
+#include "ns3/netanim-config.h"
 
 // Socket related includes
 #if defined(HAVE_SYS_SOCKET_H) && defined(HAVE_NETINET_IN_H)
--- a/src/netanim/wscript	Mon Apr 18 10:50:55 2011 -0700
+++ b/src/netanim/wscript	Tue Apr 19 08:25:51 2011 +0200
@@ -30,5 +30,5 @@
 def configure(conf):
     conf.check(header_name='sys/socket.h', define_name='HAVE_SYS_SOCKET_H')
     conf.check(header_name='netinet/in.h', define_name='HAVE_NETINET_IN_H')
-    conf.write_config_header('ns3/net-anim-config.h', top=True)
+    conf.write_config_header('ns3/netanim-config.h', top=True)