third_party_libnl/tests
Thomas Haller d6f761bc4e build: move copy of linux headers to private directory
libnl3 contains a private copy of some kernel header files.

Normally, users are expected to install libnl and specify
-I$PREFIX/include/libnl3 as include path. As the private kernel
header files are not installed, this works fine.

However, it can be convenient to build against the libnl source
directory, without installing libnl. In this case, the private kernel
header files shaddow the system provided ones. This is undesired.

Move these files to a different directory to avoid this clash.

http://lists.infradead.org/pipermail/libnl/2014-September/001645.html

Signed-off-by: Thomas Haller <thaller@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
2014-09-24 16:00:31 +02:00
..
.gitignore tests: build test-create-macvlan as part of make check 2014-08-18 15:17:43 +02:00
check-addr.c tests: Add check based unit test system 2013-03-14 16:25:17 +01:00
check-all.c tests: Add basic attribute unit tests 2013-04-28 12:31:52 +02:00
check-attr.c tests: Add basic attribute unit tests 2013-04-28 12:31:52 +02:00
Makefile.am build: move copy of linux headers to private directory 2014-09-24 16:00:31 +02:00
test-cache-mngr.c Fix test-cache-mngr test 2013-01-24 14:05:48 +01:00
test-complex-HTB-with-hash-filters.c u32: fix various u32 hashing related warnings 2012-05-16 13:43:52 +02:00
test-create-bond.c bond: Provide rtnl_link_bond_alloc() 2013-02-14 12:48:00 +01:00
test-create-bridge.c test: add bridge creation sample 2013-10-22 14:20:41 +02:00
test-create-ifb.c link: add ifb device support 2014-07-24 19:58:35 +02:00
test-create-ip6tnl.c ip6tnl: introduce ip6 tunnel support 2014-06-16 16:59:16 +02:00
test-create-ipgre.c introduce gre tunnel support 2014-05-05 19:08:23 +02:00
test-create-ipip.c introduce ipip tunnel support 2014-05-05 18:08:47 +02:00
test-create-ipvti.c ipvti: introduce vti tunnel support 2014-05-06 12:04:02 +02:00
test-create-macvlan.c tests: build test-create-macvlan as part of make check 2014-08-18 15:17:43 +02:00
test-create-sit.c introduce sit tunnel support 2014-05-05 19:08:29 +02:00
test-create-veth.c veth: grab a reference for rtnl_link_veth_get_peer() 2014-04-30 11:08:15 +02:00
test-create-vlan.c vlan: Provide rtnl_link_vlan_alloc() 2013-02-14 12:42:22 +01:00
test-create-vxlan.c Add VXLAN support. 2013-08-04 15:43:54 +09:00
test-delete-link.c 3.1 release 2011-08-11 14:30:24 +02:00
test-genl.c genl: modify genl_ctrl_resolve and friends to allow for module auto-loading 2012-06-03 13:52:16 +02:00
test-nf-cache-mngr.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-socket-creation.c tests: fix test programs to compile again 2012-04-21 10:35:20 +02:00
test-u32-filter-with-actions.c rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex() 2013-12-09 15:33:27 +01:00
util.h tests: Add basic attribute unit tests 2013-04-28 12:31:52 +02:00