From 4b52d2fdea00107f3c23388891467bbb7f2711eb Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sun, 4 Apr 2010 10:09:38 -0400 Subject: mount.cifs: use libcap-ng to manage capabilities ...in preference to libcap if it's available. Signed-off-by: Jeff Layton --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3