diff options
author | kraxel <kraxel> | 2007-07-18 09:08:51 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2007-07-18 09:08:51 +0000 |
commit | 06a112c48180fa14a170ce666ed187c485ab2e3c (patch) | |
tree | 0c33c033428c6bb4dcf022ba61db63c3df497233 | |
parent | 30492bb77bf89fc99ae59aa5368e223fa5b3dded (diff) | |
download | xenwatch-06a112c48180fa14a170ce666ed187c485ab2e3c.tar.gz |
libvirt
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9b8fcaa..fff18b9 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_LIBVIRT := $(call ac_pkg_config,libvirt) HAVE_VNCCLIENT := $(call ac_lib,rfbGetClient,vncclient,-lz -ljpeg) HAVE_VNC_TEXT := $(call ac_lib,TextChatSend,vncclient,-lz -ljpeg) endef |