diff options
author | Jeff Layton <jlayton@samba.org> | 2012-12-07 12:17:03 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-12-19 13:20:28 -0500 |
commit | 4a895bf49d80f6592cc42d2487103e314b5aa888 (patch) | |
tree | 603a0d22db16b74df193199f7f20f0ec7396a2d6 /Makefile.am | |
parent | 6a25042ae1f010d7ea0852c8245b481c31d9789d (diff) | |
download | cifs-utils-4a895bf49d80f6592cc42d2487103e314b5aa888.tar.gz cifs-utils-4a895bf49d80f6592cc42d2487103e314b5aa888.tar.bz2 cifs-utils-4a895bf49d80f6592cc42d2487103e314b5aa888.zip |
cifs-utils: convert setcifsacl to use the plugin interface
Add str_to_sid() functionality to the plugin API and have setcifsacl
use it.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index bc5e517..acace9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,9 +62,8 @@ getcifsacl_LDADD = -ldl man_MANS += getcifsacl.1 bin_PROGRAMS += setcifsacl -setcifsacl_SOURCES = setcifsacl.c -setcifsacl_LDADD = $(WBCLIENT_LIBS) -setcifsacl_CFLAGS = $(WBCLIENT_CFLAGS) +setcifsacl_SOURCES = setcifsacl.c idmap_plugin.c +setcifsacl_LDADD = -ldl man_MANS += setcifsacl.1 endif |