summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-python/avahi/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am
index db604bc..5582d51 100644
--- a/avahi-python/avahi/Makefile.am
+++ b/avahi-python/avahi/Makefile.am
@@ -50,10 +50,12 @@ ServiceTypeDatabase.py: ServiceTypeDatabase.py.in
chmod +x $@
endif
+avahi_PYTHON = $(avahi_SCRIPTS)
+
if HAVE_PYGTK
if HAVE_PYTHON_DBUS
-avahi_PYTHON = __init__.py SimpleGladeApp.py
+avahi_PYTHON += __init__.py SimpleGladeApp.py
endif
endif