X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2FCMakeLists.txt;h=1d0b641b37864ee1aaa0d1f962af54a81b9bf1d2;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=931fa2c7984d94b0c4cfdff5b760e6e92643c73b;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index 931fa2c7984..1d0b641b378 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(nat_plugin - nat.api +add_vpp_plugin(nat + SOURCES nat.c nat_api.c in2out.c @@ -38,4 +38,7 @@ add_vpp_plugin(nat_plugin nat66_cli.c nat66_in2out.c nat66_out2in.c + + API_FILES + nat.api )