From: Alberto Compagno Date: Mon, 12 Aug 2019 09:43:19 +0000 (+0200) Subject: fib: add adj_midchain.h to the list of files to install in the include path X-Git-Tag: v19.08-rc2~5 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F21227%2F4;p=vpp.git fib: add adj_midchain.h to the list of files to install in the include path Type: fix Ticket: VPP-1735 Signed-off-by: Alberto Compagno Change-Id: I7063516a60bb211ad91ef04041b2751ca3f6598e --- diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 05a8077c8ab..beef1c99b38 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -1345,6 +1345,7 @@ list(APPEND VNET_HEADERS adj/adj_glean.h adj/adj_nsh.h adj/adj_nbr.h + adj/adj_midchain.h adj/rewrite.h )