MAP: Install lpm.h as map.h references it.
[vpp.git] / src / plugins / map / CMakeLists.txt
index a3e6e3d..bf28e5b 100644 (file)
@@ -19,8 +19,14 @@ add_vpp_plugin(map
   ip6_map_t.c
   map_api.c
   map.c
-  map_dpo.c
+  lpm.c
 
   API_FILES
   map.api
+
+  INSTALL_HEADERS
+  map_all_api_h.h
+  map_msg_enum.h
+  map.h
+  lpm.h
 )