Added rpath location to C++ SDK sample applications build.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Wed, 22 Apr 2015 18:33:36 +0000 (14:33 -0400)
committerErich Keane <erich.keane@intel.com>
Wed, 22 Apr 2015 20:02:16 +0000 (20:02 +0000)
commit37b6344cb60ca7b2132358a6156ff90f280b505b
tree1f42bbea586d3215e1358526ef11b8508fd0d7d7
parentfd059891c9e20afea876024230fb7bacb85c38cb
Added rpath location to C++ SDK sample applications build.

By adding the "run-time search path" to the build flags, this tells the
application where to search for the needed libraries at run time. This
removes the need to export the output directory for the libraries into
LD_LIBRARY_PATH when executing the sample applications.

Change-Id: Ic0c35cd0f79d35e7e89113735e9f9a23c6466943
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/809
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/examples/SConscript