aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-07-18 09:08:51 +0000
committerkraxel <kraxel>2007-07-18 09:08:51 +0000
commit06a112c48180fa14a170ce666ed187c485ab2e3c (patch)
tree0c33c033428c6bb4dcf022ba61db63c3df497233
parent30492bb77bf89fc99ae59aa5368e223fa5b3dded (diff)
downloadxenwatch-06a112c48180fa14a170ce666ed187c485ab2e3c.tar.gz
libvirt
-rw-r--r--GNUmakefile1
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