]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Rename linker script.
authorSimon Josefsson <simon@josefsson.org>
Fri, 3 Apr 2009 12:52:02 +0000 (14:52 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 3 Apr 2009 12:52:02 +0000 (14:52 +0200)
configure.ac
lib/Makefile.am
lib/libgnutls.map [moved from lib/libgnutls.vers with 85% similarity]
lib/libgnutlsxx.map [moved from lib/libgnutlsxx.vers with 86% similarity]

index 6edf183ecd65dff58ea8bf36f370e1faa13a07d6..723494394bf4cbd0ec638be39df6ae999f5e4ce1 100644 (file)
@@ -80,7 +80,7 @@ AC_DEFINE([HAVE_ERRNO_H], 1, [Hard-code for src/cfg/.])
 AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no")
 
 sj_VALGRIND
-sj_LINKER_SCRIPT([$srcdir/lib/libgnutls.vers])
+sj_LINKER_SCRIPT([$srcdir/lib/libgnutls.map])
 sj_OUTPUT_DEF
 
 AC_CHECK_TYPES(uint,,, [
index 597844fb721d2862036898cfa91e5716d7563b4b..5e224077cd757bc9e00c300e110f703cc5830435 100644 (file)
@@ -103,7 +103,7 @@ HFILES = debug.h gnutls_compress.h gnutls_cipher.h gnutls_buffers.h \
 # Separate so we can create the documentation
 
 libgnutls_la_SOURCES = $(HFILES) $(COBJECTS) $(SRP_COBJECTS)   \
-       $(PSK_COBJECTS) gnutls.asn pkix.asn libgnutls.vers
+       $(PSK_COBJECTS) gnutls.asn pkix.asn libgnutls.map
 
 libgnutls_la_LDFLAGS = -no-undefined \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@@ -117,7 +117,7 @@ libgnutls_la_LIBADD += opencdk/libminiopencdk.la
 endif
 
 if HAVE_LD_VERSION_SCRIPT
-libgnutls_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libgnutls.vers
+libgnutls_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libgnutls.map
 endif
 
 if ENABLE_MINITASN1
@@ -142,7 +142,7 @@ AM_CXXFLAGS = -I$(top_srcdir)/includes/
 
 lib_LTLIBRARIES += libgnutlsxx.la
 
-libgnutlsxx_la_SOURCES = gnutlsxx.cpp libgnutlsxx.vers
+libgnutlsxx_la_SOURCES = gnutlsxx.cpp libgnutlsxx.map
 
 libgnutlsxx_la_LDFLAGS = -no-undefined \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@@ -150,7 +150,7 @@ libgnutlsxx_la_LDFLAGS = -no-undefined \
 libgnutlsxx_la_LIBADD = libgnutls.la
 
 if HAVE_LD_VERSION_SCRIPT
-libgnutlsxx_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libgnutlsxx.vers
+libgnutlsxx_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libgnutlsxx.map
 endif
 endif
 
similarity index 85%
rename from lib/libgnutls.vers
rename to lib/libgnutls.map
index 7a8b14820a043d3adfdee4a8c65aef92b6da2ead..2aa0cefa0a099a8a4e570961e97c78bb72355960 100644 (file)
@@ -1,5 +1,5 @@
-# libgnutls.vers -- linker script for libgnutls.              -*- ld-script -*-
-# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation
+# libgnutls.map -- linker script for libgnutls.              -*- ld-script -*-
+# Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # Author: Simon Josefsson
 #
similarity index 86%
rename from lib/libgnutlsxx.vers
rename to lib/libgnutlsxx.map
index 8b8af51d14343cd89d2760b67ceb880570532734..f049df4d7cd55b59c8da7ef67dbd42fec28006e2 100644 (file)
@@ -1,5 +1,5 @@
-# libgnutlsxx.vers -- Versioning script to control what symbols to export.
-# Copyright (C) 2005, 2006 Free Software Foundation
+# libgnutlsxx.map -- linker script for libgnutls.              -*- ld-script -*-
+# Copyright (C) 2005, 2006, 2009 Free Software Foundation
 #
 # Author: Simon Josefsson
 #