From 89c54c16f125331697298428e41ff1fd69afa23c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2008 20:31:42 +0100 Subject: Install avahi bookmarks, even if no pygtk is available. Original patch by Stanislav Brabec. Re #222 --- avahi-python/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'avahi-python/Makefile.am') diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am index 09ad6de..4989b4b 100644 --- a/avahi-python/Makefile.am +++ b/avahi-python/Makefile.am @@ -29,7 +29,6 @@ SUBDIRS=avahi avahi-discover if HAVE_PYTHON if HAVE_PYTHON_DBUS -if HAVE_PYGTK pythonscripts = \ avahi-bookmarks @@ -43,4 +42,3 @@ CLEANFILES = $(pythonscripts) endif endif -endif -- cgit