diff options
Diffstat (limited to 'src/vnet.am')
-rw-r--r-- | src/vnet.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet.am b/src/vnet.am index adf93398648..2a5a4b83286 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -35,6 +35,8 @@ libvnet_la_SOURCES += \ vnet/config.c \ vnet/devices/devices.c \ vnet/devices/netlink.c \ + vnet/flow/flow.c \ + vnet/flow/flow_cli.c \ vnet/handoff.c \ vnet/interface.c \ vnet/interface_api.c \ @@ -51,6 +53,7 @@ nobase_include_HEADERS += \ vnet/config.h \ vnet/devices/devices.h \ vnet/devices/netlink.h \ + vnet/flow/flow.h \ vnet/global_funcs.h \ vnet/handoff.h \ vnet/interface.h \ |