From 05866a16c093124e4083d68c7f21f6f1d019959b Mon Sep 17 00:00:00 2001 From: Shwetha Bhandari Date: Wed, 4 May 2016 08:12:57 +0200 Subject: VPP-44: iOAM service and path verification using shamir's secret sharing Change-Id: I445ad13f8f93cb75cacc94192c4ae85c8ca14e35 Signed-off-by: Shwetha Bhandari --- vnet/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vnet/Makefile.am') diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 9393c1a8772..1239a8b8df4 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -733,6 +733,16 @@ libvnetplugin_la_SOURCES += \ nobase_include_HEADERS += \ vnet/plugin/plugin.h +######################################## +# Service Chain verification util +######################################## +libvnet_la_SOURCES += \ + vnet/lib-scv/scv_util.c + +nobase_include_HEADERS += \ + vnet/lib-scv/scv_util.h \ + vnet/lib-scv/math64.h + lib_LTLIBRARIES = libvnet.la libvnetplugin.la dpdk_libs = -- cgit 1.2.3-korg