Repository: trafficserver Updated Branches: refs/heads/master b01a1092c -> 71ffb57f6
TS-2772: remove preparse from traffic_sac Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/71ffb57f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/71ffb57f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/71ffb57f Branch: refs/heads/master Commit: 71ffb57f66129d022bdb2131e398df9c6259d5d1 Parents: b01a109 Author: James Peach <[email protected]> Authored: Thu May 1 11:22:06 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu May 1 11:22:06 2014 -0700 ---------------------------------------------------------------------- proxy/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/71ffb57f/proxy/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/Makefile.am b/proxy/Makefile.am index fb80d4e..206fc43 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -303,7 +303,6 @@ traffic_sac_LDADD = \ shared/liberror.a \ shared/libsignals.a \ shared/libxml.a \ - $(top_builddir)/mgmt/preparse/libpreparse.a \ $(top_builddir)/mgmt/utils/libutils_p.a \ $(top_builddir)/mgmt/libmgmt_p.a \ $(top_builddir)/iocore/cluster/libinkcluster.a \
