acl: CLI allow replace, allow deletion
[vpp.git] / src / plugins / acl / CMakeLists.txt
index a34ad53..c43dd23 100644 (file)
@@ -18,9 +18,11 @@ add_vpp_plugin(acl
   lookup_context.c
   sess_mgmt_node.c
   dataplane_node.c
+  dataplane_node_nonip.c
 
   MULTIARCH_SOURCES
   dataplane_node.c
+  dataplane_node_nonip.c
 
   API_FILES
   acl.api
@@ -28,7 +30,4 @@ add_vpp_plugin(acl
 
   API_TEST_SOURCES
   acl_test.c
-
-  INSTALL_HEADERS
-  manual_fns.h
 )