commit | 03ec7bf65a1f1dd23f20fcb355f2740e58ec07ca | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 10:21:31 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 10:21:31 2012 -0700 |
tree | 94079f270fd916b2d24e9e177913d3295eee8f2c | |
parent | 7e1986fd22da0e396bc488a96c6157cc7932f0a0 [diff] [blame] |
Solving bug in wscript
diff --git a/wscript b/wscript index ddba0d8..a4cea8b 100644 --- a/wscript +++ b/wscript
@@ -177,7 +177,8 @@ if bld.get_define ("HAVE_LOG4CXX"): libsync.use += ' LOG4CXX' - unittests.use += ' LOG4CXX' + if bld.get_define("_TEST"): + unittests.use += ' LOG4CXX' headers = bld.path.ant_glob(['include/*.h']) headers.extend (bld.path.get_bld().ant_glob(['model/sync-state.pb.h']))