From aad20988b6a0a5058e520948d2a5835cfbc3b523 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 20 Jun 2017 16:35:29 +0200 Subject: Rewrite vppctl in C - removes python dependency - removes vpp_api_test dependency - communicates over unix socket - properly detects terminal size and type - responds on terminal resize Change-Id: I46c0a49f9b5f9ef8a0a31faec4fc5d49aa3ee02e Signed-off-by: Damjan Marion --- src/vpp.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vpp.am') diff --git a/src/vpp.am b/src/vpp.am index 1c95949a..614bd26a 100644 --- a/src/vpp.am +++ b/src/vpp.am @@ -85,6 +85,10 @@ bin_vpp_LDADD = \ bin_vpp_LDFLAGS = -Wl,--export-dynamic +bin_PROGRAMS += bin/vppctl +bin_vppctl_SOURCES = vpp/app/vppctl.c +bin_vppctl_LDADD = libvppinfra.la + if ENABLE_TESTS noinst_PROGRAMS += bin/test_client -- cgit 1.2.3-korg