diff options
author | Jeff Layton <jlayton@samba.org> | 2011-12-10 06:49:33 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-12-10 06:49:33 -0500 |
commit | 2a9738cefaf8a9496ff0683e18357b3548da0b28 (patch) | |
tree | 8df55b6787099bb63177e1149334d320c0201d97 /Makefile.am | |
parent | c3fff275e873fd9b9639124e993dd4ad737614db (diff) | |
download | cifs-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 934ea6f..cb20442 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,3 +69,5 @@ clean-local-aclprogs: if CONFIG_CIFSACL rm -f getcifsacl.8 getcifsacl.8-t setcifsacl.8 setcifsacl.8-t endif + +SUBDIRS = contrib |