]> 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 3ad415ca78ec7b855b74e43c127233f07e3a0d74..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
 
@@ -402,6 +405,7 @@ AC_CONFIG_FILES([
        support/include/Makefile
        support/misc/Makefile
        support/nfs/Makefile
+       support/nsm/Makefile
        tools/Makefile
        tools/locktest/Makefile
        tools/nlmtest/Makefile
@@ -416,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