diff options
Diffstat (limited to 'src')
-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 \ syslog_relay.c syslog_relay.h if WIN32 -libimobiledevice_la_LDFLAGS += -avoid-version +libimobiledevice_la_LDFLAGS += -avoid-version -static-libgcc libimobiledevice_la_LIBADD += -lole32 -lws2_32 -lgdi32 endif |