[IOT-1294] Fixed build failure for WITH_RA_IBB flags
authorGeorge Nash <george.nash@intel.com>
Mon, 12 Sep 2016 22:42:20 +0000 (15:42 -0700)
committerDave Thaler <dthaler@microsoft.com>
Thu, 15 Sep 2016 00:56:07 +0000 (00:56 +0000)
commitaf6e67b2a2725c2a37a2184c2fd5faddaf112da7
treeb0aa4ddce2662ae4da1e56558cbab4f38ebe6457
parent3f2fa3bf855a6ae2cc70d0fcc737ed038ed88028
[IOT-1294] Fixed build failure for WITH_RA_IBB flags

When building code with the WITH_RA_IBB=1 the build
would fail with undefined references to code found in the external
code found in extlibs/libstrophe and extlibs/wksxmppxep.

The code was already being built but was not properly linked by the
linker. This commit adds the library paths and libraries needed to
pass the build.

Change-Id: Ia9a1a6c40f6eeed174caaeb428224b97ffb6b59d
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11715
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
Tested-by: Rick Bell <richard.s.bell@intel.com>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
extlibs/libstrophe/SConscript
extlibs/wksxmppxep/SConscript
resource/csdk/connectivity/src/SConscript