ci: Add Jenkins and Travis CI support

Change-Id: Iccfd44b910cd2cc703897b5e7fddc15ccb07cf89
diff --git a/wscript b/wscript
index e0f5c04..4b03fe1 100644
--- a/wscript
+++ b/wscript
@@ -86,7 +86,7 @@
         target='core-objects',
         features=['cxx'],
         source=bld.path.ant_glob('core/**/*.cpp'),
-        use='LOG4CXX BOOST',
+        use='NDN_CXX LOG4CXX BOOST',
         includes='.',
         export_includes='.')