]> git.proxmox.com Git - mirror_iproute2.git/commit - rdma/Makefile
config: put CFLAGS/LDLIBS in config.mk
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 11 Aug 2017 00:05:03 +0000 (17:05 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 23 Aug 2017 17:03:09 +0000 (10:03 -0700)
commit5f1df307b47f7f0b28a29d85418a3934cc3a83b2
tree77853c3de06be5f0eae9f15cb20736829262c4ae
parent51186362ba95d7fc4f97ef7763718e1b5d236056
config: put CFLAGS/LDLIBS in config.mk

This renames Config to config.mk and includes more Make input.
Now configure generates all the required CFLAGS and LDLIBS for
the optional libraries.

Also, use pkg-config to test for libelf, rather than using a test
program. This makes it consistent with other libraries.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
14 files changed:
.gitignore
Makefile
README
bridge/Makefile
configure
devlink/Makefile
genl/Makefile
ip/Makefile
lib/Makefile
misc/Makefile
netem/Makefile
rdma/Makefile
tc/Makefile
tipc/Makefile