diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2018-10-25 18:21:33 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-26 19:50:45 +0000 |
commit | 40421a17c744b504891324c41a9a78d2fb702fe5 (patch) | |
tree | 6257b24842ee31cd8d1da52a052afb0c2f3796e1 /src/plugins/acl/CMakeLists.txt | |
parent | 2a1da5218a7bf4ccd970d74a6e22578513affc32 (diff) |
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 <ayourtch@gmail.com>
Diffstat (limited to 'src/plugins/acl/CMakeLists.txt')
-rw-r--r-- | src/plugins/acl/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |