Updated Branches: refs/heads/master d43b5d685 -> 8824fbe93
Fix libtsmgmtshare to have a valid version tag. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8824fbe9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8824fbe9 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8824fbe9 Branch: refs/heads/master Commit: 8824fbe936e9668b66cb3ff02d4f08a67293cbbc Parents: d43b5d6 Author: Alan M. Carroll <[email protected]> Authored: Fri Jan 31 09:38:33 2014 -0800 Committer: Alan M. Carroll <[email protected]> Committed: Fri Jan 31 09:38:33 2014 -0800 ---------------------------------------------------------------------- mgmt/api/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8824fbe9/mgmt/api/Makefile.am ---------------------------------------------------------------------- diff --git a/mgmt/api/Makefile.am b/mgmt/api/Makefile.am index 7d1bc31..88f4822 100644 --- a/mgmt/api/Makefile.am +++ b/mgmt/api/Makefile.am @@ -67,6 +67,7 @@ if BUILD_TESTS noinst_PROGRAMS = traffic_api_cli_remote endif +libtsmgmtshare_la_LDFLAGS = -version-info @TS_LIBTOOL_VERSION@ libtsmgmt_la_LDFLAGS = -version-info @TS_LIBTOOL_VERSION@ libtsmgmt_la_LIBADD = @LIBOBJS@ \
