diff -r 6e2835b65842 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Wed Feb 22 10:44:13 2012 +0100 +++ b/tools/xenstore/Makefile Wed Feb 22 12:05:13 2012 +0100 @@ -27,10 +27,11 @@ LIBXENSTORE := libxenstore.a xenstore xenstore-control: CFLAGS += -static endif -ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored init-xenstore-domain +ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored ifdef CONFIG_STUBDOM CFLAGS += -DNO_SOCKETS=1 +ALL_TARGETS += init-xenstore-domain endif .PHONY: all