vom: Add cross connect support
[vpp.git] / extras / vom / vom / Makefile.am
index 2abf346..6c24d01 100644 (file)
@@ -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           \
@@ -204,6 +206,7 @@ vominclude_HEADERS =                        \
        interface_span.hpp              \
        ip_unnumbered.hpp               \
        l2_binding.hpp                  \
+       l2_xconnect.hpp                 \
        l3_binding.hpp                  \
        lldp_binding.hpp                \
        lldp_global.hpp                 \