X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=5ebcb55e22917fbab49c22c65c8dfc4608ba827e;hb=e10d167bfe8aec76cee138cbe33166ba89423c8c;hp=a3e6e3d2540726a3b21dfe99f1e963ff36b7af73;hpb=74449b8b68801e0938f528f19d69e75644cb2ee9;p=vpp.git diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index a3e6e3d2540..5ebcb55e229 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -19,8 +19,12 @@ 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.h + lpm.h )