Skip to content

Commit

Permalink
win32: Avoid version numbers in dll names
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jan 27, 2019
1 parent 0a1116c commit 7a66710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a66710

Please sign in to comment.