X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=bf28e5ba2c334b743a4d811a08b3499586963d17;hb=28eedf4e890a258a7a68b4a5414c74a8d708e7a6;hp=2d604e6e4d85b20936d964837bef6b4547141255;hpb=91bfa6e2666c56f79cc97407c929d188cb34e90f;p=vpp.git diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 2d604e6e4d8..bf28e5ba2c3 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -19,7 +19,6 @@ add_vpp_plugin(map ip6_map_t.c map_api.c map.c - map_dpo.c lpm.c API_FILES @@ -28,6 +27,6 @@ add_vpp_plugin(map INSTALL_HEADERS map_all_api_h.h map_msg_enum.h - map_dpo.h map.h + lpm.h )