mk: fix link examples to combined library
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Dec 2014 18:38:21 +0000 (19:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 17 Dec 2014 18:42:18 +0000 (19:42 +0100)
commitf113d41051ae1d8528b6faeba653c8cb19a19462
treed0bd06f104e4ac368df24f45878f28b739d7cb1e
parent0731b5e07c42115eb214e507d72b0993521c6518
mk: fix link examples to combined library

RTE_LIBNAME was defined only if BUILDING_RTE_SDK.
So external applications like examples were trying to link with -l
without any library name.

This bug appeared after fixing link to combined library (removing
link to separate libraries).

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.vars.mk