Add Mobility with Link scenario

refs #3074

Change-Id: I2d4c12195ad0441370c34260425be482ed7a47f4
diff --git a/install_helpers/tools/Makefile b/install_helpers/tools/Makefile
index 0d802a4..6a41305 100644
--- a/install_helpers/tools/Makefile
+++ b/install_helpers/tools/Makefile
@@ -3,7 +3,7 @@
 LIBS = `pkg-config --libs libndn-cxx`
 DESTDIR ?= /usr/local
 
-PROGRAMS = test-nack-consumer test-nexthopfaceid-consumer
+PROGRAMS = test-nack-consumer test-nexthopfaceid-consumer generate-link-object
 
 all: $(PROGRAMS)