X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmap%2FCMakeLists.txt;h=a3e6e3d2540726a3b21dfe99f1e963ff36b7af73;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=1dc1bedb51c1af1fff44a19bb99055bd786938a5;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/map/CMakeLists.txt b/src/plugins/map/CMakeLists.txt index 1dc1bedb51c..a3e6e3d2540 100644 --- a/src/plugins/map/CMakeLists.txt +++ b/src/plugins/map/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(map_plugin - map.api +add_vpp_plugin(map + SOURCES ip4_map.c ip4_map_t.c ip6_map.c @@ -20,4 +20,7 @@ add_vpp_plugin(map_plugin map_api.c map.c map_dpo.c + + API_FILES + map.api )