Repository: trafficserver Updated Branches: refs/heads/4.2.x 5c9de0595 -> e31359e3f
TS-2624: Backport Makefile fix Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e31359e3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e31359e3 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e31359e3 Branch: refs/heads/4.2.x Commit: e31359e3f365255e1bd7bb22148bd37d5bb4b934 Parents: 5c9de05 Author: Leif Hedstrom <[email protected]> Authored: Mon Apr 21 10:07:43 2014 -0600 Committer: Phil Sorber <[email protected]> Committed: Mon Apr 21 10:07:43 2014 -0600 ---------------------------------------------------------------------- mgmt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e31359e3/mgmt/Makefile.am ---------------------------------------------------------------------- diff --git a/mgmt/Makefile.am b/mgmt/Makefile.am index db485c8..b1a3e33 100644 --- a/mgmt/Makefile.am +++ b/mgmt/Makefile.am @@ -104,7 +104,7 @@ traffic_manager_LDADD = \ $(top_builddir)/iocore/eventsystem/libinkevent.a \ $(top_builddir)/proxy/shared/liberror.a \ $(top_builddir)/proxy/shared/libdiagsconfig.a \ - @LIBRESOLV@ @LIBEXPAT@ @LIBPCRE@ @LIBTCL@ @LIBCAP@ \ + @LIBRESOLV@ @LIBEXPAT@ @LIBPCRE@ @LIBTCL@ @LIBCAP@ @hwloc_LIBS@ \ -lm # Must do it this way or the dependencies aren't detected.
