[lxc-devel] [PATCH] liblxc: Fix compile failure

Dhaval Giani dhaval at linux.vnet.ibm.com
Fri Nov 13 08:46:57 UTC 2009


liblxc: Fix compile failure

commit 884866b3c305f1edd74c9ea7f082d009a86f3fd5 introduces a compile
failure,

make[3]: *** No rule to make target `lock.c', needed by `liblxc_so-lock.o'.  Stop.
make[3]: Leaving directory `/home/dhaval/work/lxc/lxc/src/lxc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dhaval/work/lxc/lxc/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dhaval/work/lxc/lxc/src'
make: *** [all-recursive] Error 1

Remove those entries from the Makefile

Signed-off-by: Dhaval Giani <dhaval at linux.vnet.ibm.com>
---
 src/lxc/Makefile.am |    2 --
 1 file changed, 2 deletions(-)

Index: lxc/src/lxc/Makefile.am
===================================================================
--- lxc.orig/src/lxc/Makefile.am
+++ lxc/src/lxc/Makefile.am
@@ -4,7 +4,6 @@ pkginclude_HEADERS = \
 		monitor.h \
 		utils.h \
 		namespace.h \
-		lock.h \
 		lxc.h \
 		cgroup.h \
 		conf.h \
@@ -33,7 +32,6 @@ liblxc_so_SOURCES = \
 	cgroup.c cgroup.h \
 	lxc.h \
 	utils.c utils.h \
-	lock.c lock.h \
 	namespace.h namespace.c \
 	conf.c conf.h \
 	confile.c confile.h \
-- 
regards,
Dhaval




More information about the lxc-devel mailing list