Updated Branches: refs/heads/master 2918fc1cf -> 3f905d527
TS-1766: add TCL libs to unit tests Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3f905d52 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3f905d52 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3f905d52 Branch: refs/heads/master Commit: 3f905d527b1ae73e241f1a174f0d0b0853029590 Parents: 2918fc1 Author: James Peach <[email protected]> Authored: Tue Apr 2 11:50:09 2013 -0700 Committer: James Peach <[email protected]> Committed: Tue Apr 2 11:50:09 2013 -0700 ---------------------------------------------------------------------- iocore/eventsystem/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3f905d52/iocore/eventsystem/Makefile.am ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/Makefile.am b/iocore/eventsystem/Makefile.am index 59a8a24..1eac3d1 100644 --- a/iocore/eventsystem/Makefile.am +++ b/iocore/eventsystem/Makefile.am @@ -89,7 +89,8 @@ test_LDADD = \ $(top_builddir)/mgmt/libmgmt_p.a \ $(top_builddir)/mgmt/utils/libutils_p.a \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ - $(top_builddir)/lib/ts/libtsutil.la + $(top_builddir)/lib/ts/libtsutil.la \ + @LIBTCL@ test_Buffer_SOURCES = ../../proxy/UglyLogStubs.cc test_Buffer.cc test_Event_SOURCES = ../../proxy/UglyLogStubs.cc test_Event.cc
