From 28ed33e40f785d391b96735436fe1edab612505b Mon Sep 17 00:00:00 2001 From: Siger Yang Date: Tue, 6 Sep 2022 15:07:35 +0800 Subject: [PATCH] include: add pkt_cls.h to automake headers Add pkt_cls.h to subdir.am under include. Signed-off-by: Siger Yang --- include/subdir.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/subdir.am b/include/subdir.am index f6328ef38e..4fa88a0afd 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