diff options
author | kraxel <kraxel> | 2007-01-26 14:13:30 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-01-26 14:13:30 +0000 |
commit | d13cc346960b4ed1816310430136f742ccb24393 (patch) | |
tree | d617ddad0a14cb481f059b2728ce131dc6b4b2f0 | |
parent | 1a46a8177206472d0c81c9c5d0473ac43bdfc3d4 (diff) | |
download | xenwatch-d13cc346960b4ed1816310430136f742ccb24393.tar.gz |
buildfix
-rw-r--r-- | GNUmakefile | 4 |
1 files 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) |