aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-08-12 11:43:19 +0200
committerNeale Ranns <nranns@cisco.com>2019-08-13 08:00:23 +0000
commit63cafb331d956c6b22024419b8199c8049f6e630 (patch)
tree5efd52f73c96b00bbe66af9503762075bdcffb3f
parentd34e0cb0c8ceacc3f697a9d192cf3e8c7c207092 (diff)
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 <acompagn+fdio@cisco.com> Change-Id: I7063516a60bb211ad91ef04041b2751ca3f6598e
-rw-r--r--src/vnet/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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
)