Makefile: warn about missing libnl-route-3

This commit is contained in:
Robert Swiecki 2018-02-16 15:57:41 +01:00
parent 82fb06be4e
commit d7621a63de

View File

@ -65,6 +65,11 @@ endif
all: $(BIN)
$(BIN): $(LIBS) $(OBJS)
ifneq ($(NL3_EXISTS), yes)
$(warning "==========================================================")
$(warning "No support for libnl3/libnl-route-3; /sbin/ip will be used")
$(warning "==========================================================")
endif
$(CXX) -o $(BIN) $(OBJS) $(LIBS) $(LDFLAGS)
kafel/libkafel.a: