commit | 4e27b94a86338d40a53385bedd88dfed796b5135 | [log] [tgz] |
---|---|---|
author | A K M Mahmudul Hoque <akmhoque@gmail.com> | Thu Feb 20 17:09:51 2014 -0600 |
committer | A K M Mahmudul Hoque <akmhoque@gmail.com> | Thu Feb 20 17:09:51 2014 -0600 |
tree | 2d126b3e4fb1dfe71087dd512cdb5a364cc85c8e | |
parent | fdfd11abe628addd2a45c6d8e2cc030e5a39fcfb [diff] [blame] |
Update wscript
diff --git a/wscript b/wscript index 51e744f..6001b44 100644 --- a/wscript +++ b/wscript
@@ -41,8 +41,8 @@ bld ( features=['cxx', 'cxxprogram'], target="nlsr", - source = bld.path.ant_glob('*.cpp'), - use = 'NDN_CPP BOOST', + source = bld.path.ant_glob('src/*.cpp'), + use = 'NDN_CPP BOOST' ) @Configure.conf