X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2FMakefile.am;h=2cb7f83757119b9cf337535279b323fcd6f08f07;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=395b70949677d0b48ecc86a45c91657e37f1ee15;hpb=2ea2e423a95d497b97b858ebadc0b6aca1027e66;p=vpp.git diff --git a/src/vpp-api/vom/Makefile.am b/src/vpp-api/vom/Makefile.am index 395b7094967..2cb7f837571 100644 --- a/src/vpp-api/vom/Makefile.am +++ b/src/vpp-api/vom/Makefile.am @@ -15,8 +15,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -AM_CXXFLAGS = -Wall -std=gnu++11 -I${top_srcdir} -I${top_builddir}/vpp-api/vapi/ -I$(top_srcdir)/vpp-api/ -I${libdir}/../include -AM_LDFLAGS = -shared -no-undefined +AM_CXXFLAGS = -Wall -Werror -std=gnu++11 -I${top_srcdir} -I${top_builddir}/vpp-api/vapi/ -I$(top_srcdir)/vpp-api/ -I${libdir}/../include bin_PROGRAMS = noinst_LTLIBRARIES = @@ -35,6 +34,7 @@ libvom_la_LIBADD = \ -lm -lrt libvom_la_SOURCES = \ + types.cpp \ acl_binding_cmds.cpp \ acl_binding.cpp \ acl_l2_rule.cpp \ @@ -57,6 +57,10 @@ libvom_la_SOURCES = \ connection.cpp \ dhcp_config_cmds.cpp \ dhcp_config.cpp \ + gbp_endpoint_cmds.cpp \ + gbp_endpoint.cpp \ + gbp_contract_cmds.cpp \ + gbp_contract.cpp \ hw_cmds.cpp \ hw.cpp \ inspect.cpp \ @@ -71,6 +75,8 @@ libvom_la_SOURCES = \ ip_unnumbered.cpp \ l2_binding_cmds.cpp \ l2_binding.cpp \ + l2_emulation_cmds.cpp \ + l2_emulation.cpp \ l3_binding_cmds.cpp \ l3_binding.cpp \ lldp_binding_cmds.cpp \ @@ -97,7 +103,6 @@ libvom_la_SOURCES = \ sub_interface.cpp \ tap_interface.cpp \ tap_interface_cmds.cpp \ - types.cpp \ vxlan_tunnel_cmds.cpp \ vxlan_tunnel.cpp @@ -122,6 +127,8 @@ vominclude_HEADERS = \ dump_cmd.hpp \ enum_base.hpp \ event_cmd.hpp \ + gbp_endpoint.hpp \ + gbp_contract.hpp \ hw.hpp \ inspect.hpp \ interface.hpp \ @@ -130,6 +137,7 @@ vominclude_HEADERS = \ interface_span.hpp \ ip_unnumbered.hpp \ l2_binding.hpp \ + l2_emulation.hpp \ l3_binding.hpp \ lldp_binding.hpp \ lldp_global.hpp \