commit | a990778f7bb471b8811dba7b33cc14a61ac4159b | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Wed Nov 30 13:37:14 2016 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Sun Dec 11 14:34:37 2016 -0700 |
tree | 38dbb861090f2b90888cf286c37ba824e77c8f91 | |
parent | 526b56480048c814b256873a073e2aadd3fb0190 [diff] [blame] |
Add NextHopFaceId test scenario Add libssl-dev to install_dependencies.py refs #1942 Change-Id: I39270df30f5946e9acc18e1c008a30b6184bca47
diff --git a/install_helpers/tools/Makefile b/install_helpers/tools/Makefile index fa5c8cb..0d802a4 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 +PROGRAMS = test-nack-consumer test-nexthopfaceid-consumer all: $(PROGRAMS)