X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2FMakefile.am;h=cdeacdfa6f51bc351c6ddafc6d845f151e93583e;hb=67b1b2274771d9b9a67a37b8e3156317d4c93437;hp=17b846fa7a42bf50a6f9deffdd543f66d582fe2a;hpb=812ed39f9da336310e815c361ab5a9f118657d94;p=vpp.git diff --git a/src/vpp-api/vom/Makefile.am b/src/vpp-api/vom/Makefile.am index 17b846fa7a4..cdeacdfa6f5 100644 --- a/src/vpp-api/vom/Makefile.am +++ b/src/vpp-api/vom/Makefile.am @@ -16,7 +16,7 @@ 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 -avoid-version -no-undefined +AM_LDFLAGS = -shared -no-undefined bin_PROGRAMS = noinst_LTLIBRARIES = @@ -35,6 +35,7 @@ libvom_la_LIBADD = \ -lm -lrt libvom_la_SOURCES = \ + types.cpp \ acl_binding_cmds.cpp \ acl_binding.cpp \ acl_l2_rule.cpp \ @@ -57,6 +58,7 @@ libvom_la_SOURCES = \ connection.cpp \ dhcp_config_cmds.cpp \ dhcp_config.cpp \ + hw_cmds.cpp \ hw.cpp \ inspect.cpp \ interface_cmds.cpp \ @@ -96,7 +98,6 @@ libvom_la_SOURCES = \ sub_interface.cpp \ tap_interface.cpp \ tap_interface_cmds.cpp \ - types.cpp \ vxlan_tunnel_cmds.cpp \ vxlan_tunnel.cpp @@ -117,12 +118,14 @@ vominclude_HEADERS = \ cmd.hpp \ connection.hpp \ dhcp_config.hpp \ + dhcp_config_cmds.hpp \ dump_cmd.hpp \ enum_base.hpp \ event_cmd.hpp \ hw.hpp \ inspect.hpp \ interface.hpp \ + interface_cmds.hpp \ interface_ip6_nd.hpp \ interface_span.hpp \ ip_unnumbered.hpp \