diff options
| author | 2014-02-18 09:00:32 +0100 | |
|---|---|---|
| committer | 2014-02-18 09:00:32 +0100 | |
| commit | 8837cf327d1ddefc86eba8c86da395b6db74c9ac (patch) | |
| tree | 0fbe818b612d0b1d925580c6f5251087816e0df9 /src/Makefile.am | |
| parent | 69cd18e15841aa915756dddb231323d65490b55a (diff) | |
| download | libimobiledevice-8837cf327d1ddefc86eba8c86da395b6db74c9ac.tar.gz libimobiledevice-8837cf327d1ddefc86eba8c86da395b6db74c9ac.tar.bz2 | |
win32: link against ws2_32.dll
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
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 \ | |||
| 31 | 31 | ||
| 32 | if WIN32 | 32 | if WIN32 |
| 33 | libimobiledevice_la_LDFLAGS += -avoid-version | 33 | libimobiledevice_la_LDFLAGS += -avoid-version |
| 34 | libimobiledevice_la_LIBADD += -lole32 | 34 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 |
| 35 | endif | 35 | endif |
