X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp-api-test%2FMakefile.am;h=d59c7e27f5c46593f1b353856ce3f3d0d50c7c1f;hb=9876520f9ba746ed4d9923f392911c4f1888a105;hp=ae071bcebe015018451421a8c704d788a5742bb5;hpb=f750ac2b79fa150f5ff4d57281d04024658f3f42;p=vpp.git diff --git a/vpp-api-test/Makefile.am b/vpp-api-test/Makefile.am index ae071bcebe0..d59c7e27f5c 100644 --- a/vpp-api-test/Makefile.am +++ b/vpp-api-test/Makefile.am @@ -20,16 +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