From: Jon Loeliger Date: Wed, 26 Dec 2018 21:13:21 +0000 (-0600) Subject: MAP: Install lpm.h as map.h references it. X-Git-Tag: v19.04-rc0~74 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=28eedf4e890a258a7a68b4a5414c74a8d708e7a6 MAP: Install lpm.h as map.h references it. Change-Id: I97c6475920b7f7028c2bb1117ff9e5f629a54b44 Signed-off-by: Jon Loeliger --- diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 2919199c938..bf28e5ba2c3 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -28,4 +28,5 @@ add_vpp_plugin(map map_all_api_h.h map_msg_enum.h map.h + lpm.h )