diff options
author | kraxel <kraxel> | 2006-12-07 16:17:14 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-12-07 16:17:14 +0000 |
commit | b9a3e0f74ccbd003bd964cd834bf09baefa0bccf (patch) | |
tree | 9b8cc48083d70db7e8b6b4d9554525aa7166fc9c | |
parent | 98fbf3d6f5681ea903e9653d61a2039d671ef7c0 (diff) | |
download | xenwatch-b9a3e0f74ccbd003bd964cd834bf09baefa0bccf.tar.gz |
xenapi check
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7a324b6..c0bc90c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,6 +29,7 @@ define make-config LIB := $(LIB) HAVE_GTK := $(call ac_pkg_config,gtk+-x11-2.0) HAVE_AVAHI := $(call ac_pkg_config,avahi-glib) +HAVE_XENAPI := $(call ac_lib,xen_init,xenapi) HAVE_VNCCLIENT := $(call ac_lib,rfbGetClient,vncclient,-lz -ljpeg) HAVE_VNC_TEXT := $(call ac_lib,TextChatSend,vncclient,-lz -ljpeg) endef |