diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index b851e2c98..d2ee4d90a 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -59,7 +59,7 @@ liblxc_so_LDFLAGS = \ -shared \ -Wl,-soname,liblxc.so.$(firstword $(subst ., ,$(VERSION))) -liblxc_so_LDADD = -lutil +liblxc_so_LDADD = -lutil $(CAP_LIBS) bin_SCRIPTS = \ lxc-ps \