X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vpp-api-test%2FMakefile.am;h=d59c7e27f5c46593f1b353856ce3f3d0d50c7c1f;hb=f3e3fd3e08747b95ce32e7f8de714e82fc0f9597;hp=a818d831b2867926371dd6529a6d034b7f4278e5;hpb=2b75816bc7c2f10849a4535e160cebbbe5d34c4d;p=vpp.git diff --git a/vpp-api-test/Makefile.am b/vpp-api-test/Makefile.am index a818d831b28..d59c7e27f5c 100644 --- a/vpp-api-test/Makefile.am +++ b/vpp-api-test/Makefile.am @@ -20,15 +20,18 @@ libvatplugin_la_SOURCES = \ lib_LTLIBRARIES = libvatplugin.la -bin_PROGRAMS = vpe_api_test vpe_json_test +bin_PROGRAMS = vpp_api_test vpp_json_test vpp_restart -vpe_api_test_SOURCES = vat/api_format.c vat/main.c vat/plugin.c vat/vat.h vat/json_format.h vat/json_format.c -vpe_json_test_SOURCES = vat/json_format.h vat/json_format.c vat/json_test.c +vpp_api_test_SOURCES = vat/api_format.c vat/main.c vat/plugin.c vat/vat.h vat/json_format.h vat/json_format.c +vpp_json_test_SOURCES = vat/json_format.h vat/json_format.c vat/json_test.c -vpe_api_test_LDADD = -lvlibmemoryclient -lvlibapi -lsvm \ +vpp_api_test_LDADD = -lvlibmemoryclient -lvlibapi -lsvm \ -lvppinfra -lpthread -lm \ -lrt -ldl libvatplugin.la -vpe_json_test_LDADD = -lvppinfra -lm +vpp_json_test_LDADD = -lvppinfra -lm nobase_include_HEADERS = vat/vat.h vat/json_format.h +vpp_restart_SOURCES = vat/restart.c +vpp_restart_LDADD = -lsvmdb -lsvm -lvppinfra -lpthread -lrt +dist_bin_SCRIPTS = scripts/vppctl