From: Gabriel Ganne Date: Mon, 30 Jan 2017 12:44:04 +0000 (+0100) Subject: add vnet/util/radix.h to nobase_include_HEADERS list X-Git-Tag: v17.04-rc1~298 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F4936%2F3;p=vpp.git add vnet/util/radix.h to nobase_include_HEADERS list header is included by ip6.h and should therefore be made public Change-Id: Ieb7d14bb082d821c2f77e9204ec09d884fb2cb09 Signed-off-by: Gabriel Ganne --- diff --git a/src/vnet.am b/src/vnet.am index 3d681a13374..78d864dcede 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -62,7 +62,8 @@ nobase_include_HEADERS += \ vnet/rewrite.h \ vnet/vnet.h \ vnet/vnet_all_api_h.h \ - vnet/vnet_msg_enum.h + vnet/vnet_msg_enum.h \ + vnet/util/radix.h API_FILES += vnet/interface.api