summaryrefslogtreecommitdiffstats
path: root/plugins/acl-plugin/configure.ac
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2016-12-05 16:25:28 +0000
committerDamjan Marion <dmarion.lists@gmail.com>2016-12-06 08:18:53 +0000
commitb09167f33d3c79e7ccc27e0fc484cc5fbcdb9943 (patch)
tree9824d4efba7af3e6eb40507f83d4a1e76ae392ef /plugins/acl-plugin/configure.ac
parent65209ed18c0bdc4e8d3d4a2ebbcd6cf34b68bb43 (diff)
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 <ayourtch@gmail.com>
Diffstat (limited to 'plugins/acl-plugin/configure.ac')
-rw-r--r--plugins/acl-plugin/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/acl-plugin/configure.ac b/plugins/acl-plugin/configure.ac
new file mode 100644
index 00000000000..a4622c2d6a6
--- /dev/null
+++ b/plugins/acl-plugin/configure.ac
@@ -0,0 +1,9 @@
+AC_INIT(acl_plugin, 1.0)
+LT_INIT
+AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
+AC_PREFIX_DEFAULT([/usr])
+
+AC_PROG_CC
+
+AC_OUTPUT([Makefile])