Merge branch 'master' of github.com:NDN-Routing/NLSR0.0
diff --git a/Makefile b/Makefile
index 893ff21..3236fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
clean:
rm -f *.o
rm -f $(PROGRAMS)
- rm -rf $(PROGRAMS).dSYM
+ rm -rf *.dSYM
.c.o:
$(CC) $(CFLAGS) -c $<
diff --git a/nlsr-sync-0.0/macbook.conf b/nlsr-sync-0.0/macbook.conf
index 4150a56..c64b1da 100755
--- a/nlsr-sync-0.0/macbook.conf
+++ b/nlsr-sync-0.0/macbook.conf
@@ -15,7 +15,7 @@
multi-path-face-num 2
debug on
-topo-prefix /ndn/test/topo
-slice-prefix /ndn/test/slice
+topo-prefix /ndn/routing/nlsr/
+slice-prefix /ndn/routing/nlsr/LSA
logdir /Users/akmhoque/NLSR2.0