Skip to content

Commit 75fb5e0

Browse files
committed
* remove -lcap on windows
1 parent 5439c11 commit 75fb5e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

artnet/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ libartnet_la_SOURCES = artnet.c private.h misc.c network.c receive.c \
88
libartnet_la_LDFLAGS = -version-info 1:0:0
99

1010
if USING_WIN32
11-
libartnet_la_LDFLAGS += -no-undefined -liphlpapi -lnetapi32 -lcap -lws2_32 \
12-
-ldpnet
11+
libartnet_la_LDFLAGS += -no-undefined -liphlpapi -lnetapi32 -lws2_32 -ldpnet
1312
endif
1413

1514
EXTRA_DIST = tod.h misc.h

0 commit comments

Comments
 (0)