examples/netmap_compat: fix makefile
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 16 May 2014 08:19:00 +0000 (10:19 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 14:02:55 +0000 (16:02 +0200)
commitd88219f588082fcc5263623b8d5d521279bb7321
tree0bcdb1e091f5eadfc6505d180e8a85297f82ff02
parentea9a59b26c3c86b498337e968ee8f68c4e263614
examples/netmap_compat: fix makefile

It is not allowed to reference a an absolute file name in SRCS-y.
A VPATH has to be used, else the dependencies won't be checked
properly.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/netmap_compat/bridge/Makefile