From 7289ee4063da05f276bce22685312baa83f0f117 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2008 20:36:45 +0100 Subject: compile python module even without gtk. It seems, that most parts of python are not dependent on gtk+ Original patch from Stanislav Brabec. Closes #222. --- avahi-python/avahi/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'avahi-python') diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 4a73022..c0c9c34 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -52,12 +52,10 @@ endif avahi_PYTHON = $(avahi_SCRIPTS) -if HAVE_PYGTK if HAVE_PYTHON_DBUS avahi_PYTHON += __init__.py -endif endif endif -- cgit