Commit acfeb55a authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Stephen Hemminger

tipc: make build conditional on having libmnl

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
parent f5386e11
include ../Config
ifeq ($(HAVE_MNL),y)
TIPCOBJ=bearer.o \
cmdl.o link.o \
media.o misc.o \
......@@ -8,6 +11,8 @@ TIPCOBJ=bearer.o \
TARGETS=tipc
LDLIBS += -lmnl
endif
all: $(TARGETS) $(LIBS)
tipc: $(TIPCOBJ)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment