We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5439c11 commit 75fb5e0Copy full SHA for 75fb5e0
artnet/Makefile.am
@@ -8,8 +8,7 @@ libartnet_la_SOURCES = artnet.c private.h misc.c network.c receive.c \
8
libartnet_la_LDFLAGS = -version-info 1:0:0
9
10
if USING_WIN32
11
-libartnet_la_LDFLAGS += -no-undefined -liphlpapi -lnetapi32 -lcap -lws2_32 \
12
- -ldpnet
+libartnet_la_LDFLAGS += -no-undefined -liphlpapi -lnetapi32 -lws2_32 -ldpnet
13
endif
14
15
EXTRA_DIST = tod.h misc.h
0 commit comments