diff options
author | Siger Yang <siger.yang@outlook.com> | 2022-09-06 09:07:35 +0200 |
---|---|---|
committer | Siger Yang <siger.yang@outlook.com> | 2022-11-22 15:35:34 +0100 |
commit | 28ed33e40f785d391b96735436fe1edab612505b (patch) | |
tree | 04def9644033c045888af9187d98f633edfd88f9 /include/subdir.am | |
parent | Merge pull request #12348 from donaldsharp/expand_timings (diff) | |
download | frr-28ed33e40f785d391b96735436fe1edab612505b.tar.xz frr-28ed33e40f785d391b96735436fe1edab612505b.zip |
include: add pkt_cls.h to automake headers
Add pkt_cls.h to subdir.am under include.
Signed-off-by: Siger Yang <siger.yang@outlook.com>
Diffstat (limited to 'include/subdir.am')
-rw-r--r-- | include/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/subdir.am b/include/subdir.am index f6328ef38..4fa88a0af 100644 --- a/include/subdir.am +++ b/include/subdir.am @@ -19,4 +19,5 @@ noinst_HEADERS += \ include/linux/seg6_local.h \ include/linux/mroute.h \ include/linux/mroute6.h \ + include/linux/pkt_cls.h \ # end |