You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/03/19 15:37:29 UTC

svn commit: r1083182 - /trafficserver/traffic/trunk/proxy/Makefile.am

Author: zwoop
Date: Sat Mar 19 14:37:29 2011
New Revision: 1083182

URL: http://svn.apache.org/viewvc?rev=1083182&view=rev
Log:
TS-704 Link traffic_server dynamically

This allows for --disable-static to work, which is a requirement
for some package distributions to take it. Author: ming_zym

Modified:
    trafficserver/traffic/trunk/proxy/Makefile.am

Modified: trafficserver/traffic/trunk/proxy/Makefile.am
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/Makefile.am?rev=1083182&r1=1083181&r2=1083182&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/Makefile.am (original)
+++ trafficserver/traffic/trunk/proxy/Makefile.am Sat Mar 19 14:37:29 2011
@@ -152,7 +152,7 @@ traffic_server_LDADD = \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
   $(top_builddir)/lib/records/librecprocess.a \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
-  $(top_builddir)/lib/ts/.libs/libtsutil.a \
+  $(top_builddir)/lib/ts/libtsutil.la \
   @LIBTHREAD@ @LIBSOCKET@ @LIBNSL@ @LIBRESOLV@ @LIBRT@ \
   @LIBPCRE@ @LIBSSL@ @LIBTCL@ @LIBDL@ \
   @LIBEXPAT@ @LIBDEMANGLE@ @LIBICONV@ @LIBCAP@ \