Update
diff --git a/Makefile b/Makefile
index 9a466bc..fad396f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 all: $(PROGRAMS)
 
 nlsr: nlsr.c nlsr_ndn.c utility.c
-	$(CC) $(CFLAGS) nlsr.c nlsr_ndn.c utility.c -o nlsr $(LIBS)
+	$(CC) $(CFLAGS) nlsr.c nlsr_adl.c nlsr_ndn.c utility.c -o nlsr $(LIBS)
 
 clean:
 	rm -f *.o