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)
|
$(CC) $(CFLAGS) -o $@ $(TESTASYNCSENDTOOBJS)
|
||||||
|
|
||||||
testportinuse: config.h $(TESTPORTINUSEOBJS)
|
testportinuse: config.h $(TESTPORTINUSEOBJS)
|
||||||
$(CC) $(CFLAGS) -o $@ $(TESTPORTINUSEOBJS) -lkvm
|
$(CC) $(CFLAGS) -o $@ $(TESTPORTINUSEOBJS) $(LIBS)
|
||||||
|
|
||||||
# gmake :
|
# gmake :
|
||||||
# $(CC) $(CFLAGS) -o $@ $^
|
# $(CC) $(CFLAGS) -o $@ $^
|
||||||
|
|
Loading…
Reference in New Issue