mk: add build directory to library search path
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 May 2016 15:03:39 +0000 (16:03 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 May 2016 14:46:16 +0000 (16:46 +0200)
commit8919f73bcbaaa85405620982cf6f7a30517b279a
tree686eb785283ee326ea0c4dbcc742f2231b47492e
parent4a7e4626975a73cd84909a059c0396746de057ef
mk: add build directory to library search path

Add default library output folder to the library search folder.

This is useful for development environment, in production environment
DPDK libraries already should be in know locations.

Patch removes requirement to set LD_LIBRARY_PATH variable when DPDK
compiled as shared library.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.app.mk
scripts/test-null.sh