summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 777d12d..9a0736d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,5 +31,5 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \
if WIN32
libimobiledevice_la_LDFLAGS += -avoid-version
-libimobiledevice_la_LIBADD += -lole32
+libimobiledevice_la_LIBADD += -lole32 -lws2_32
endif