X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2FMakefile.am;h=2cb7f83757119b9cf337535279b323fcd6f08f07;hb=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=0d60faa3252f62a0a2d72590057b6583e4d3b307;hpb=4363ad6c96b5641fca1b16c5a6ec22e2364adcfd;p=vpp.git diff --git a/src/vpp-api/vom/Makefile.am b/src/vpp-api/vom/Makefile.am index 0d60faa3252..2cb7f837571 100644 --- a/src/vpp-api/vom/Makefile.am +++ b/src/vpp-api/vom/Makefile.am @@ -15,9 +15,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 AM_LIBTOOLFLAGS = --quiet -CXXFLAGS = ${CFLAGS} -AM_CXXFLAGS = ${CXXFLAGS} -Wall -Werror -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 = @@ -59,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 \ @@ -125,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 \