From 7a66710a5c9396e25f6906c09aa11bd1a7bc233e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 27 Jan 2019 04:13:06 +0100 Subject: win32: Avoid version numbers in dll names --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1-32-gdbae