tipc: don't need custom CFLAGS
Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
625df645b7
commit
b0af8fc1aa
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue