12 lines
330 B
Diff
12 lines
330 B
Diff
diff --git a/common/Makefile.am b/common/Makefile.am
|
|
index 4e3facb..8af34ad 100644
|
|
--- a/common/Makefile.am
|
|
+++ b/common/Makefile.am
|
|
@@ -27,5 +27,5 @@ libinternalcommon_la_SOURCES = \
|
|
utils.c utils.h
|
|
|
|
if WIN32
|
|
-libinternalcommon_la_LIBADD += -lole32 -lws2_32
|
|
+libinternalcommon_la_LIBADD += -lole32 -lws2_32 -lIphlpapi
|
|
endif
|