utils/clone_and_compile_ns3_dce.sh
changeset 263 80ddc553e4ec
parent 262 e2fa5ca29cd4
child 264 990f99d5b4d2
--- a/utils/clone_and_compile_ns3_dce.sh	Wed Aug 29 16:17:31 2012 +0200
+++ b/utils/clone_and_compile_ns3_dce.sh	Wed Aug 29 16:54:27 2012 +0200
@@ -73,11 +73,10 @@
 	cd iproute2-2.6.38
 	./configure
 	LDFLAGS=-pie make CCOPTS='-fpic -D_GNU_SOURCE -O0 -U_FORTIFY_SOURCE'
-	cd ../ns-3-dce
-	ln -s ../ns-3-linux/libnet-next-2.6.so
 	mkdir -p build/bin_dce
 	cd  build/bin_dce
 	ln -s ../../../ns-3-linux/libnet-next-2.6.so liblinux.so
+	ln -s ../../../ns-3-linux/libnet-next-2.6.so
 	ln -s ../../../iproute2-2.6.38/ip/ip
 	cd ../..
 fi