diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp-api/vom/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/Makefile.am b/src/vpp-api/vom/Makefile.am index 395b7094967..cdeacdfa6f5 100644 --- a/src/vpp-api/vom/Makefile.am +++ b/src/vpp-api/vom/Makefile.am @@ -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 \ @@ -97,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 |