Repository: trafficserver Updated Branches: refs/heads/master 9f4ae29f1 -> 161e0c3c4
Fix the traffic_wccp build Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/161e0c3c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/161e0c3c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/161e0c3c Branch: refs/heads/master Commit: 161e0c3c4f30b06a68b5e5da8854fb1cff2a034f Parents: 9f4ae29 Author: James Peach <[email protected]> Authored: Fri Feb 6 12:06:36 2015 -0800 Committer: James Peach <[email protected]> Committed: Fri Feb 6 12:06:36 2015 -0800 ---------------------------------------------------------------------- cmd/traffic_wccp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/161e0c3c/cmd/traffic_wccp/Makefile.am ---------------------------------------------------------------------- diff --git a/cmd/traffic_wccp/Makefile.am b/cmd/traffic_wccp/Makefile.am index cc354f0..949388c 100644 --- a/cmd/traffic_wccp/Makefile.am +++ b/cmd/traffic_wccp/Makefile.am @@ -37,5 +37,5 @@ traffic_wccp_SOURCES = \ traffic_wccp_LDADD = \ $(top_builddir)/lib/tsconfig/libtsconfig.la \ $(top_builddir)/lib/wccp/libwccp.a \ - $(top_builddir)/lib/ts/libtsutil.a + $(top_builddir)/lib/ts/libtsutil.la
