diff options
Diffstat (limited to 'GNUmakefile')
-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) |