diff options
author | Damjan Marion <damarion@cisco.com> | 2016-11-02 14:48:21 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-11-02 19:28:08 +0000 |
commit | 8bdc63b6036167e080b6501c17e7691033b64319 (patch) | |
tree | 24bc069f81fa87cc442266ef02a66c06de803f16 /vnet/Makefile.am | |
parent | 3a8345f6e0b66bf165b11b767d1f6da4b35bc280 (diff) |
feature: all input nodes must have same nexts
Change-Id: Ie4c820933114af2269c99531856c45b0271a4a3e
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 96306dd3ccd..f53a61bfd44 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -44,6 +44,7 @@ nobase_include_HEADERS += \ vnet/api_errno.h \ vnet/buffer.h \ vnet/config.h \ + vnet/devices/devices.h \ vnet/global_funcs.h \ vnet/handoff.h \ vnet/interface.h \ |