On 02/24/2010 09:41 AM, Sukadev Bhattiprolu wrote: > diff --git a/src/lxc/Makefile2 b/src/lxc/Makefile2 > new file mode 100644 > index 0000000..9aba841 > --- /dev/null > +++ b/src/lxc/Makefile2 > @@ -0,0 +1,16 @@ > + > +CFLAGS = -static -I . -I .. > + > +LDFLAGS = /lib/libcheckpoint.a -lutil > + > +LXC_OBJS = start.o conf.o confile.o arguments.o monitor.o log.o mainloop.o \ > + utils.o commands.o state.o cgroup.o error.o namespace.o \ > + parse.o network.o af_unix.o console.o nl.o stop.o > + > +RESTART_OBJS = $(LXC_OBJS) lxc_restart.o restart.o > + > +lxc_restart: $(RESTART_OBJS) > + $(CC) -o lxc_restart $(RESTART_OBJS) $(LDFLAGS) > + > +clean: > + rm -f $(RESTART_OBJS) you should patch Makefile.am. C. _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers