miniupnpd/Makefile: link testportinuse with $LIBS

This commit is contained in:
Thomas Bernard 2014-04-16 01:20:34 +02:00
parent 1c488a2500
commit 204a3db655
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@ $^