VOM: support for pipes
[vpp.git] / extras / vom / vom / Makefile.am
index 892f437..f976b6f 100644 (file)
@@ -98,8 +98,8 @@ libvom_la_SOURCES =                   \
        client_db.cpp                   \
        cmd.cpp                         \
        connection.cpp                  \
-       dhcp_config_cmds.cpp            \
-       dhcp_config.cpp                 \
+       dhcp_client_cmds.cpp            \
+       dhcp_client.cpp                 \
        hw_cmds.cpp                     \
        hw.cpp                          \
        inspect.cpp                     \
@@ -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                   \
@@ -192,8 +196,7 @@ vominclude_HEADERS =                        \
        client_db.hpp                   \
        cmd.hpp                         \
        connection.hpp                  \
-       dhcp_config.hpp                 \
-       dhcp_config_cmds.hpp            \
+       dhcp_client.hpp                 \
        dump_cmd.hpp                    \
        enum_base.hpp                   \
        event_cmd.hpp                   \
@@ -205,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                 \
@@ -212,6 +216,7 @@ vominclude_HEADERS =                        \
        neighbour.hpp                   \
        object_base.hpp                 \
        om.hpp                          \
+       pipe.hpp                        \
        prefix.hpp                      \
        ra_config.hpp                   \
        ra_prefix.hpp                   \