X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2FMakefile.am;h=f976b6fad905c3fc5de4df8554cc6a5c9fd2790a;hb=208c29aac523231af2420a95ba7e5d361698780b;hp=2abf3463c8f533000cddcab290ebc67416ab5c2e;hpb=daff1784037376f4a5caec2f5975f9b5fc23d5a4;p=vpp.git diff --git a/extras/vom/vom/Makefile.am b/extras/vom/vom/Makefile.am index 2abf3463c8f..f976b6fad90 100644 --- a/extras/vom/vom/Makefile.am +++ b/extras/vom/vom/Makefile.am @@ -114,6 +114,8 @@ libvom_la_SOURCES = \ ip_unnumbered.cpp \ l2_binding_cmds.cpp \ l2_binding.cpp \ + l2_xconnect_cmds.cpp \ + l2_xconnect.cpp \ l3_binding_cmds.cpp \ l3_binding.cpp \ lldp_binding_cmds.cpp \ @@ -125,6 +127,8 @@ libvom_la_SOURCES = \ neighbour_cmds.cpp \ object_base.cpp \ om.cpp \ + pipe.cpp \ + pipe_cmds.cpp \ prefix.cpp \ ra_config.cpp \ ra_prefix.cpp \ @@ -204,6 +208,7 @@ vominclude_HEADERS = \ interface_span.hpp \ ip_unnumbered.hpp \ l2_binding.hpp \ + l2_xconnect.hpp \ l3_binding.hpp \ lldp_binding.hpp \ lldp_global.hpp \ @@ -211,6 +216,7 @@ vominclude_HEADERS = \ neighbour.hpp \ object_base.hpp \ om.hpp \ + pipe.hpp \ prefix.hpp \ ra_config.hpp \ ra_prefix.hpp \