commit | 4164b8e1ba93f781f848038a9eafe2b8e7a74edb | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Thu Apr 23 17:29:18 2015 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Mon May 04 16:17:12 2015 -0700 |
tree | c59d5643650626b3252eb324d1265342f5bb39b2 | |
parent | 1753afb2df1061c8cb8e877cccbf9575edc55ce9 [diff] [blame] |
ping: refactor ping client to use a modular architecture refs #2702 Change-Id: I0ee0403f84eaec35bdbf07af7b3bb52558113452
diff --git a/tools/ping/wscript b/tools/ping/wscript index 406537b..0301eeb 100644 --- a/tools/ping/wscript +++ b/tools/ping/wscript
@@ -5,7 +5,7 @@ bld.program( features='cxx', target='../../bin/ndnping', - source='ndn-ping.cpp', + source=bld.path.ant_glob('client/*.cpp'), use='core-objects', )