summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 703c66a..52cd964 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,5 +8,9 @@ libideviceactivation_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIDEVICEACTIVA
libideviceactivation_la_SOURCES = \
activation.c
+if WIN32
+libideviceactivation_la_LDFLAGS += -avoid-version
+endif
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libideviceactivation-1.0.pc