[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:55:47 +0000 (00:55 +0000)
commitdcab3a4bf41be10bca376d5ae35a5203bc6f1e45
tree8054f61b27475f45155e33cb0c8d1250b4e290c3
parent09148c3e61bddcd5ac46083cc59414ce3bf66044
[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/11717
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