summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 21:38:16 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-04 21:38:16 +0200
commita4c3908860047b1f90c26f1042de851281e64fca (patch)
treebaff02d4ff2835b4801c0e9d2bf12df535239886
parente7e14d850e418ad129769ebd908aa90caaff1a2a (diff)
downloadgnutls-a4c3908860047b1f90c26f1042de851281e64fca.tar.gz
no need for libgnutlsxx.map
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c4a4a6adeb..a3090820bc 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -167,7 +167,7 @@ AM_CXXFLAGS = \
lib_LTLIBRARIES += libgnutlsxx.la
-libgnutlsxx_la_SOURCES = gnutlsxx.cpp libgnutlsxx.map
+libgnutlsxx_la_SOURCES = gnutlsxx.cpp
libgnutlsxx_la_LDFLAGS = -no-undefined \
-version-info $(CXX_LT_CURRENT):$(CXX_LT_REVISION):$(CXX_LT_AGE)