mirror_iproute2/testsuite
David Ahern 82cdb4d445 tools: Fix include path for generate_nlmsg
Compile of tools directory fails with:

make -C tools
    CC       generate_nlmsg
../../lib/libnetlink.c:28:27: fatal error: linux/nexthop.h: No such file or directory
 #include <linux/nexthop.h>
                           ^
compilation terminated.

Add local uapi to build path.

Fixes: 74829ca7dd ("libnetlink: Add helper to create nexthop dump request")
Signed-off-by: David Ahern <dsahern@gmail.com>
2019-06-14 06:50:55 -07:00
..
iproute2 Makefile: use make -C to change directory 2019-06-14 06:44:39 -07:00
lib testsuite: Prepare for ss tests 2018-08-15 14:25:18 -07:00
tests ip: support for xfrm interfaces 2019-04-05 15:05:00 -07:00
tools tools: Fix include path for generate_nlmsg 2019-06-14 06:50:55 -07:00
Makefile Makefile: use make -C to change directory 2019-06-14 06:44:39 -07:00