Merge "Move vppctl to vpp-api-test"

This commit is contained in:
Ed Warnicke
2015-12-17 17:32:47 +00:00
committed by Gerrit Code Review
6 changed files with 2 additions and 18 deletions

View File

@ -1,11 +0,0 @@
vppctl_configure_depend = \
vppinfra-install \
dpdk-install \
svm-install \
vlib-api-install \
vlib-install \
vnet-install \
vpp-install \
vpp-api-test-install

View File

@ -16,7 +16,7 @@ vpp_arch = native
vpp_native_tools = vppapigen
vpp_root_packages = vpp vlib vlib-api vnet svm dpdk vpp-api-test \
vpp-japi vppctl
vpp-japi
vpp_configure_args_vpp = --with-dpdk
vnet_configure_args_vpp = --with-dpdk

View File

@ -32,3 +32,4 @@ vpe_json_test_LDADD = -lvppinfra -lm
nobase_include_HEADERS = vat/vat.h vat/json_format.h
dist_bin_SCRIPTS = scripts/vppctl

0
vppctl/vppctl → vpp-api-test/scripts/vppctl Executable file → Normal file
View File

View File

@ -1,2 +0,0 @@
dist_bin_SCRIPTS = vppctl

View File

@ -1,4 +0,0 @@
AC_INIT([vppctl], [1.0])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT