summaryrefslogtreecommitdiff
path: root/tipc
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2017-10-11 10:35:00 -0700
committerStephen Hemminger <stephen@networkplumber.org>2017-10-11 10:35:38 -0700
commitb0af8fc1aaedb9998748f72453152a941256dd78 (patch)
treefbf9c53163f6de4ecf10650f2f4fe4818f44ffae /tipc
parent625df645b703dc858d54784c35beff64464afae2 (diff)
downloadiproute2-b0af8fc1aaedb9998748f72453152a941256dd78.tar.gz
tipc: don't need custom CFLAGS
Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tipc')
-rw-r--r--tipc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tipc/Makefile b/tipc/Makefile
index 2212beb0..d3c957e2 100644
--- a/tipc/Makefile
+++ b/tipc/Makefile
@@ -10,8 +10,6 @@ TIPCOBJ=bearer.o \
peer.o tipc.o
TARGETS=tipc
-CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)
-LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs)
endif