vhost: fix combined lib link with -lfuse
authorNeil Horman <nhorman@tuxdriver.com>
Tue, 27 Jan 2015 14:39:54 +0000 (09:39 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 Jan 2015 15:58:45 +0000 (16:58 +0100)
commit88fa98a60b34812bfed92e5b2706fcf7e1cbcbc8
treedd4098a8b8171a6ee9bee9f6ff09ee602893adde
parentbfca21f8a0defa7173895ba00e30f685b3209b81
vhost: fix combined lib link with -lfuse

The vhost library relies on libfuse, and thats included when we do a normal
shared object build, but when we specify combined libs, its gets left out.  Add
it back in.

Reported-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.app.mk