commit | dbf14b10c215a97d87052fd28dd0d5f908b88644 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Tue Dec 27 12:18:53 2016 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Dec 27 12:18:53 2016 +0000 |
tree | 76e8b7bf0071f70338682e5b8cc1feead2aafdb3 | |
parent | 33a6ee15247583fa3148c426f9bbd51c1197d24c [diff] [blame] |
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)