summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2011-12-10 06:49:33 -0500
committerJeff Layton <jlayton@samba.org>2011-12-10 06:49:33 -0500
commit2a9738cefaf8a9496ff0683e18357b3548da0b28 (patch)
tree8df55b6787099bb63177e1149334d320c0201d97 /configure.ac
parentc3fff275e873fd9b9639124e993dd4ad737614db (diff)
downloadcifs-utils-2a9738cefaf8a9496ff0683e18357b3548da0b28.tar.gz
cifs-utils-2a9738cefaf8a9496ff0683e18357b3548da0b28.tar.bz2
cifs-utils-2a9738cefaf8a9496ff0683e18357b3548da0b28.zip
contrib: add a set of sample /etc/request-key.d files
Add a contrib directory, a set of sample /etc/request-key.d files and a README that explains what they're for. This version sets the path to the upcall programs based on the configure options. Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 474b3f4..8476f94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
AC_INIT([cifs-utils], [5.2.1], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/])
AC_CONFIG_SRCDIR([replace.h])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([Makefile contrib/Makefile contrib/request-key.d/Makefile])
AC_CONFIG_MACRO_DIR(aclocal)
AM_INIT_AUTOMAKE