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 2012/06/20 00:34:33 UTC

git commit: TS-895 Fix WCCP build on e.g. FBSD

Updated Branches:
  refs/heads/master 85d04a0e5 -> a423c3fb4


TS-895 Fix WCCP build on e.g. FBSD


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a423c3fb
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a423c3fb
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a423c3fb

Branch: refs/heads/master
Commit: a423c3fb44f56145060d35c3092a71577e6f5c74
Parents: 85d04a0
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Jun 19 16:34:13 2012 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Jun 19 16:34:13 2012 -0600

----------------------------------------------------------------------
 lib/tsconfig/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a423c3fb/lib/tsconfig/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/tsconfig/Makefile.am b/lib/tsconfig/Makefile.am
index dde3ec0..c109709 100644
--- a/lib/tsconfig/Makefile.am
+++ b/lib/tsconfig/Makefile.am
@@ -47,7 +47,7 @@ libtsconfig_la_SOURCES = \
 
 test_tsconfig_SOURCES = test-tsconfig.cc
 
-test_tsconfig_LDADD = libtsconfig.la ../ts/libtsutil.la
+test_tsconfig_LDADD = libtsconfig.la ../ts/libtsutil.la @LIBEXECINFO@
 
 # Strip to just the enum in the ts::config namespace so we can use
 # it more easily in C++.