swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway
SVN-Revision: 25509
This commit is contained in:
parent
0e166a016a
commit
404fbd8c66
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
ifndef CFLAGS
|
ifndef CFLAGS
|
||||||
CFLAGS = -O2 -g -I ../src
|
CFLAGS = -O2 -g -I ../src
|
||||||
endif
|
endif
|
||||||
LIBS=-lnl
|
LIBS=-lnl -lnl-genl
|
||||||
|
|
||||||
all: swconfig
|
all: swconfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue