From 40421a17c744b504891324c41a9a78d2fb702fe5 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Thu, 25 Oct 2018 18:21:33 +0200 Subject: acl-plugin: fix the node multiarch function selection Thanks to Damjan for rewriting my previous patch into not-to-be-deprecated soon form! Change-Id: I595a13c44ed07d4c6d60e2aef0f0bd807a76cbba Signed-off-by: Andrew Yourtchenko --- src/plugins/acl/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/acl/CMakeLists.txt') diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 75a1221bb13..803c8f97eba 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -19,6 +19,9 @@ add_vpp_plugin(acl sess_mgmt_node.c dataplane_node.c + MULTIARCH_SOURCES + dataplane_node.c + API_FILES acl.api -- cgit 1.2.3-korg