Skip to content

Commit

Permalink
Merge pull request OpenSC#137 from nased0/master
Browse files Browse the repository at this point in the history
Corrected src/Makefile.am for MinGW/Msys
  • Loading branch information
mtrojnar authored Nov 20, 2016
2 parents 7e29f9c + 0f4671a commit 2594ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ libp11_la_LDFLAGS = $(AM_LDFLAGS) \

if HAVE_LD_VERSION_SCRIPT
libp11_la_LDFLAGS += -Wl,--version-script="$(srcdir)/libp11.map"
if WIN32
libp11_la_LDFLAGS += -export-symbols "$(srcdir)/libp11.exports"
endif
else
libp11_la_LDFLAGS += -export-symbols "$(srcdir)/libp11.exports"
endif
Expand Down

0 comments on commit 2594ff8

Please sign in to comment.