diff options
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 5fcf097..75c6dfe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -33,7 +33,7 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 33 | syslog_relay.c syslog_relay.h | 33 | syslog_relay.c syslog_relay.h |
| 34 | 34 | ||
| 35 | if WIN32 | 35 | if WIN32 |
| 36 | libimobiledevice_la_LDFLAGS += -avoid-version | 36 | libimobiledevice_la_LDFLAGS += -avoid-version -static-libgcc |
| 37 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 -lgdi32 | 37 | libimobiledevice_la_LIBADD += -lole32 -lws2_32 -lgdi32 |
| 38 | endif | 38 | endif |
| 39 | 39 | ||
