Skip to content

Commit

Permalink
fix static libs linking
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=996
  • Loading branch information
Aleksey Sanin committed Apr 20, 2008
1 parent 4793f8d commit 76064a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile.w32
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ XMLSEC_EXAMPLES = \
!IF "$(XMLSEC_CRYPTO)" == "openssl"
XMLSEC_CFLAGS = $(XMLSEC_CFLAGS) /D "XMLSEC_CRYPTO_OPENSSL" /D "XMLSEC_CRYPTO=\"openssl\""
XMLSEC_SOLIBS = libxmlsec-openssl.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
XMLSEC_ALIBS = libxmlsec-openssl.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
XMLSEC_ALIBS = libxmlsec-openssl_a.lib libeay32.lib wsock32.lib user32.lib gdi32.lib
!ENDIF

!IF "$(XMLSEC_CRYPTO)" == "nss"
Expand Down

0 comments on commit 76064a7

Please sign in to comment.