VOM: support for pipes
[vpp.git] / extras / vom / vom / Makefile.am
index 2abf346..f976b6f 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           \
@@ -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                   \