mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-29 15:45:52 +00:00
miniupnpd/Makefile: link testportinuse with $LIBS
This commit is contained in:
parent
1c488a2500
commit
204a3db655
@ -213,7 +213,7 @@ testasyncsendto: config.h $(TESTASYNCSENDTOOBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $(TESTASYNCSENDTOOBJS)
|
||||
|
||||
testportinuse: config.h $(TESTPORTINUSEOBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $(TESTPORTINUSEOBJS) -lkvm
|
||||
$(CC) $(CFLAGS) -o $@ $(TESTPORTINUSEOBJS) $(LIBS)
|
||||
|
||||
# gmake :
|
||||
# $(CC) $(CFLAGS) -o $@ $^
|
||||
|
Loading…
x
Reference in New Issue
Block a user