From d13cc346960b4ed1816310430136f742ccb24393 Mon Sep 17 00:00:00 2001 From: kraxel Date: Fri, 26 Jan 2007 14:13:30 +0000 Subject: buildfix --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 2abe1d9..8b5aff6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ include mk/Variables.mk CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' # build -TARGETS := xenlog xenscreen xenscreenrc +TARGETS := xenlog xenscreen BUILD_GTK := xenwatch mdns-browser BUILD_MDNS := mdns-publish-xendom BUILD_VNC := vnc-client @@ -77,7 +77,7 @@ $(NEEDS_XENSTORE) : LDLIBS += -lxenstore ######################################################################## # rules -build: $(TARGETS) +build: $(TARGETS) xenscreenrc install: build $(INSTALL_DIR) -d $(DESTDIR)/etc/xen $(bindir) -- cgit