diff options
author | kraxel <kraxel> | 2007-09-03 11:29:09 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-09-03 11:29:09 +0000 |
commit | ced4e78202fe5b0df808aebfca50abe226667c7a (patch) | |
tree | 1944010fd0b5bec09cab884ca9c7d97dc701b8ba | |
parent | a4d4dbc3c3d87af78219497ebfaf55ff33a8b95c (diff) | |
download | xenwatch-ced4e78202fe5b0df808aebfca50abe226667c7a.tar.gz |
some buildfixes
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | xs_tools.c | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index d86e316..6a6054f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -90,7 +90,7 @@ build: $(TARGETS) xenscreenrc install: build $(INSTALL_DIR) -d $(DESTDIR)/etc/xen $(bindir) $(appdir) $(INSTALL_DATA) xenscreenrc $(DESTDIR)/etc/xen - $(INSTALL_BINARY) -s $(TARGETS) $(bindir) + $(INSTALL_BINARY) $(TARGETS) $(bindir) $(INSTALL_DATA) $(DESKTOP) $(appdir) clean: @@ -1 +1 @@ -0.5 +0.5.1 @@ -1,3 +1,5 @@ +#ifdef HAVE_XENSTORE + #include <stdio.h> #include <stdlib.h> @@ -58,3 +60,5 @@ int xenstore_read(struct xs_handle *xenstore, char *path, char *dst, size_t size free(xs_value); return 0; } + +#endif /* HAVE_XENSTORE */ |