diff options
author | Matus Fabian <matfabia@cisco.com> | 2018-03-19 03:58:41 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-03-19 15:36:56 +0000 |
commit | 489cc829224407a51ca8d612c92bd78c30eaf660 (patch) | |
tree | 615f9cfe6bcf695623c7376316156569d8101281 | |
parent | 1d977dceee55ad1cb7480cf7bb7737448ce5a124 (diff) |
QoS: publish qos.api.h file
Change-Id: Ice041610c23563ead13019216516aff23b7775b9
Signed-off-by: Matus Fabian <matfabia@cisco.com>
-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 567262fc150..f4a6326b560 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -1210,6 +1210,9 @@ libvnet_la_SOURCES += \ API_FILES += vnet/qos/qos.api +nobase_include_HEADERS += \ + vnet/qos/qos.api.h + ######################################## # BIER ######################################## |