]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated Makefile.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 26 May 2012 20:47:09 +0000 (22:47 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 26 May 2012 20:47:09 +0000 (22:47 +0200)
lib/Makefile.am

index 752702d8516e9fbc87683f3feb0ec225282d843b..a15abbeb98f1820ec3edf3e6d2f3b50c8ddaa92b 100644 (file)
@@ -108,13 +108,13 @@ libgnutls_la_SOURCES = $(HFILES) $(COBJECTS) $(SRP_COBJECTS)      \
        $(PSK_COBJECTS) \
        gnutls.asn pkix.asn libgnutls.map
 
+libgnutls_la_LDFLAGS = -no-undefined \
+       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+
 if WINDOWS
 libgnutls_la_LDFLAGS += -lcrypt32
 endif
 
-libgnutls_la_LDFLAGS = -no-undefined \
-       -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
 libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
        accelerated/libaccelerated.la ext/libgnutls_ext.la \
        auth/libgnutls_auth.la algorithms/libgnutls_alg.la \