commit | 59a42ec58f8bd2cd5eee22a5af2017a4bc0c17ee | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 02 18:21:16 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 02 18:32:25 2014 -0700 |
tree | 544383558c8f814fa0ff899f0ee89520f4380d38 | |
parent | 21034bff5bc8c4059433c3b1dac6916b81422098 [diff] [blame] |
base: Adding logging framework Change-Id: I85f3f6ce866ef724e2dc71cb489067ed93466c93 Refs: #1828
diff --git a/wscript b/wscript index 35afec9..5886fc1 100644 --- a/wscript +++ b/wscript
@@ -68,7 +68,7 @@ name='ndns-objects', source=bld.path.ant_glob(['src/**/*.cpp'], excl=['src/main.cpp']), - use='version NDN_CXX BOOST', + use='version NDN_CXX LOG4CXX BOOST', includes='src', export_includes='src', )