diff options
author | Jeff Layton <jlayton@samba.org> | 2010-04-04 10:09:38 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-04-04 10:09:38 -0400 |
commit | 4b52d2fdea00107f3c23388891467bbb7f2711eb (patch) | |
tree | a19e1427b7f6b5480fba070390b9d621d4168f26 /Makefile.am | |
parent | 0c287aa5ce5def56d901716e58943f3e9825e3a3 (diff) | |
download | cifs-utils-4b52d2fdea00107f3c23388891467bbb7f2711eb.tar.gz cifs-utils-4b52d2fdea00107f3c23388891467bbb7f2711eb.tar.bz2 cifs-utils-4b52d2fdea00107f3c23388891467bbb7f2711eb.zip |
mount.cifs: use libcap-ng to manage capabilities
...in preference to libcap if it's available.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9cf25f6..01f1762 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I aclocal root_sbindir = "/sbin" root_sbin_PROGRAMS = mount.cifs mount_cifs_SOURCES = mount.cifs.c mtab.c util.c -mount_cifs_LDADD = @LIBCAP@ +mount_cifs_LDADD = @LIBCAP@ @CAPNG_LDADD@ man_MANS = mount.cifs.8 |