X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=5ebcb55e22917fbab49c22c65c8dfc4608ba827e;hb=2a1ca787b;hp=5bce036ee4fb71ae29ba9ffdcbff495aa53e86a8;hpb=f8520159d5e5b4988f56919d34aae3ee7ce38cdb;p=vpp.git diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 5bce036ee4f..5ebcb55e229 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -19,17 +19,12 @@ add_vpp_plugin(map ip6_map_t.c map_api.c map.c - map_dpo.c + lpm.c API_FILES map.api - API_TEST_SOURCES - map_test.c - INSTALL_HEADERS - map_all_api_h.h - map_msg_enum.h - map_dpo.h map.h + lpm.h )