]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - configure.ac
libnsm.a: retain CAP_NET_BIND when dropping privileges
[nfs-utils.git] / configure.ac
index 1c79b21cf767f2926c62ada93c6a924961eb76f0..c77c5baaf72c3b36339d310f0fcfaedaa2614aca 100644 (file)
@@ -166,6 +166,9 @@ fi
 dnl Check for TI-RPC library and headers
 AC_LIBTIRPC
 
+dnl Check for -lcap
+AC_LIBCAP
+
 # Check whether user wants TCP wrappers support
 AC_TCP_WRAPPERS
 
@@ -417,6 +420,8 @@ AC_CONFIG_FILES([
        utils/nfsd/Makefile
        utils/nfsstat/Makefile
        utils/showmount/Makefile
-       utils/statd/Makefile])
+       utils/statd/Makefile
+       tests/Makefile
+       tests/nsm_client/Makefile])
 AC_OUTPUT