You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/08/31 23:44:38 UTC

[trafficserver] branch 10-Dev updated: Fixing the Makefile.am for mgmt/rpc

This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/10-Dev by this push:
     new d57fae773 Fixing the Makefile.am for mgmt/rpc
d57fae773 is described below

commit d57fae773be65a6f8c0ebce5b713d10a6fd84151
Author: bneradt <bn...@yahooinc.com>
AuthorDate: Wed Aug 31 23:43:05 2022 +0000

    Fixing the Makefile.am for mgmt/rpc
    
    This fixes 'make check'. The mgmt/rpc/Makefile.am has to be updated for
    the previous ASF merge and this update got missed in that commit.
---
 mgmt/rpc/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mgmt/rpc/Makefile.am b/mgmt/rpc/Makefile.am
index e2fc31144..2745ccfe2 100644
--- a/mgmt/rpc/Makefile.am
+++ b/mgmt/rpc/Makefile.am
@@ -70,10 +70,10 @@ test_jsonrpc_SOURCES = \
 test_jsonrpc_LDADD = \
 	libjsonrpc_protocol.la \
 	$(top_builddir)/src/tscpp/util/libtscpputil.la \
-	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/src/records/librecords_p.a \
 	$(top_builddir)/src/tscore/libtscore.la \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
-	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/src/records/librecords_p.a \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
 	$(top_builddir)/src/tscore/libtscore.la \
 	$(top_builddir)/mgmt/libmgmt_p.la \
@@ -115,10 +115,10 @@ test_jsonrpcserver_LDADD = \
 	libjsonrpc_protocol.la \
 	libjsonrpc_server.la \
 	$(top_builddir)/src/tscpp/util/libtscpputil.la \
-	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/src/records/librecords_p.a \
 	$(top_builddir)/src/tscore/libtscore.la \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
-	$(top_builddir)/lib/records/librecords_p.a \
+	$(top_builddir)/src/records/librecords_p.a \
 	$(top_builddir)/iocore/eventsystem/libinkevent.a \
 	$(top_builddir)/src/tscore/libtscore.la \
 	$(top_builddir)/mgmt/libmgmt_p.la \