--- 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)