From d1d20bb7d1a2ea19e1f62db47ec73baf8300efb8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 21 Aug 2006 14:43:05 +0000 Subject: fix build if avahi is built without gtk but with python support (closes #54) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1247 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-discover-standalone/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index bbf1895..e20797b 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -48,12 +48,10 @@ interfaces_DATA = $(interfaces) else -if HAVE_PYTHON -if HAVE_DBUS +if HAVE_PYTHON_DBUS interfaces_DATA = $(interfaces) -endif endif endif -- cgit