From b09167f33d3c79e7ccc27e0fc484cc5fbcdb9943 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Mon, 5 Dec 2016 16:25:28 +0000 Subject: acl: The ACL plugin. This is the commit from the accumulated work in the github ACL branch, to move it to gerrit. Change-Id: I85a6b0df0d3dd3c3c7588e92a1e22c553e4b6ef7 Signed-off-by: Andrew Yourtchenko --- plugins/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 117f11dddc4..100f089e0fe 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -55,3 +55,7 @@ endif if ENABLE_flowperpkt_PLUGIN SUBDIRS += flowperpkt-plugin endif + +if ENABLE_acl_PLUGIN +SUBDIRS += acl-plugin +endif -- cgit 1.2.3-korg