X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2FCMakeLists.txt;h=4f6ed67a3da3cf72caaac26336cc7483b39862c0;hb=34931eb47;hp=1d0b641b37864ee1aaa0d1f962af54a81b9bf1d2;hpb=74449b8b68801e0938f528f19d69e75644cb2ee9;p=vpp.git diff --git a/src/plugins/nat/CMakeLists.txt b/src/plugins/nat/CMakeLists.txt index 1d0b641b378..4f6ed67a3da 100644 --- a/src/plugins/nat/CMakeLists.txt +++ b/src/plugins/nat/CMakeLists.txt @@ -16,12 +16,19 @@ add_vpp_plugin(nat nat.c nat_api.c in2out.c + in2out_ed.c out2in.c + out2in_ed.c nat_ipfix_logging.c nat_det.c + nat_det_in2out.c + nat_det_out2in.c nat_reass.c nat_dpo.c nat44_cli.c + nat44_handoff.c + nat44_hairpinning.c + nat44_classify.c nat64.c nat64_cli.c nat64_in2out.c @@ -38,7 +45,37 @@ add_vpp_plugin(nat nat66_cli.c nat66_in2out.c nat66_out2in.c + nat_affinity.c + nat_format.c + nat_syslog.c + nat_ha.c + + MULTIARCH_SOURCES + dslite_ce_decap.c + dslite_ce_encap.c + dslite_in2out.c + dslite_out2in.c + in2out.c + in2out_ed.c + nat44_classify.c + nat44_hairpinning.c + nat44_handoff.c + nat64_in2out.c + nat64_out2in.c + nat66_in2out.c + nat66_out2in.c + nat_det_in2out.c + nat_det_out2in.c + out2in.c + out2in_ed.c API_FILES nat.api + + API_TEST_SOURCES + nat_test.c + + INSTALL_HEADERS + nat_all_api_h.h + nat_msg_enum.h )