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/7f7c388d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/7f7c388d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/7f7c388d Branch: refs/heads/3.3.x Commit: 7f7c388dd8257ee3082b2a920fa0bedaa2c527d9 Parents: 67c7bf4 Author: James Peach <[email protected]> Authored: Tue Apr 2 11:50:09 2013 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Mon Apr 15 14:45:42 2013 -0600 ---------------------------------------------------------------------- iocore/eventsystem/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7f7c388d/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
