diff options
author | Matus Fabian <matfabia@cisco.com> | 2016-05-13 05:44:48 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-05-16 13:30:40 +0000 |
commit | 65fcd4d7372718d353143c4deec65fe8b8e36577 (patch) | |
tree | 0358a6ac42188b39c14e567154e29bc967bbc95e /vnet/Makefile.am | |
parent | 6b70c213ee0b53ab9cbd4a9a3768b2d64f63109d (diff) |
Add configure policer API
JIRA: VPP-67
Change-Id: I04560d78e2eb131cd6cc31472b70b3d3e8fdd79a
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 8a9f214ca70..dddcdbfed63 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -58,6 +58,8 @@ libvnet_la_SOURCES += \ nobase_include_HEADERS += \ vnet/policer/police.h \ + vnet/policer/policer.h \ + vnet/policer/fix_types.h \ vnet/policer/xlate.h ######################################## |