From 66437229e1cb51258b39e78a1d923b2b135d799c Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 21 May 2007 08:16:13 +0000 Subject: [PATCH] updated makefile to name the target so file properly --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7790a80b1..5df13cde7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,7 +86,7 @@ $(top_srcdir)/include/libtorrent/variant_stream.hpp \ $(top_srcdir)/include/libtorrent/version.hpp -libtorrent_la_LDFLAGS = $(LDFLAGS) -version-info 1:0:1 +libtorrent_la_LDFLAGS = $(LDFLAGS) -release @VERSION@ libtorrent_la_LIBADD = @ZLIB@ -l@BOOST_DATE_TIME_LIB@ -l@BOOST_FILESYSTEM_LIB@ -l@BOOST_THREAD_LIB@ @PTHREAD_LIBS@ AM_CXXFLAGS= -ftemplate-depth-50 -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@