diff options
author | Jeff Layton <jlayton@samba.org> | 2012-12-08 21:28:08 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-12-19 15:33:16 -0500 |
commit | e5f0246b3085a5679253041aaabbbe6881e473ab (patch) | |
tree | afb348522f2733396f7d7a08b7d8bd8b026c16aa /Makefile.am | |
parent | 98ac6343836f1447852a1a3401dc68aebd9c49d1 (diff) | |
download | cifs-utils-e5f0246b3085a5679253041aaabbbe6881e473ab.tar.gz cifs-utils-e5f0246b3085a5679253041aaabbbe6881e473ab.tar.bz2 cifs-utils-e5f0246b3085a5679253041aaabbbe6881e473ab.zip |
cifs-utils: convert cifs.idmap to use plugin interface
Add routines for the various things that cifs.idmap needs and have it
call them.
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 acace9c..8836b47 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,8 @@ endif if CONFIG_CIFSIDMAP sbin_PROGRAMS += cifs.idmap -cifs_idmap_SOURCES = cifs.idmap.c -cifs_idmap_LDADD = -lkeyutils $(WBCLIENT_LIBS) -cifs_idmap_CFLAGS = $(WBCLIENT_CFLAGS) +cifs_idmap_SOURCES = cifs.idmap.c idmap_plugin.c +cifs_idmap_LDADD = -lkeyutils -ldl man_MANS += cifs.idmap.8 cifs.idmap.8: cifs.idmap.8.in |