diff options
author | kraxel <kraxel> | 2006-01-24 16:41:25 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-01-24 16:41:25 +0000 |
commit | 2bc71f882724947307fadcf5f3c7cee81191acb2 (patch) | |
tree | f238dede0e181e49387a07a6eb9e00a42e45a931 /GNUmakefile | |
parent | 5874585e61bbeec0f63d741d8051da62dd6a8009 (diff) | |
download | xenwatch-2bc71f882724947307fadcf5f3c7cee81191acb2.tar.gz |
- build without avahi.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 76ff4e2..5289274 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,6 +28,7 @@ endef ifeq ($(HAVE_GTK),yes) pkgs := gtk+-x11-2.0 ifeq ($(HAVE_AVAHI),yes) + CFLAGS += -DHAVE_AVAHI=1 pkgs += avahi-glib avahi-client endif $(GTK_TARGETS) : CFLAGS += $(shell pkg-config --cflags $(pkgs)) -Wno-strict-prototypes |