Ticket #110: avahi-python-compile.patch
| File avahi-python-compile.patch, 297 bytes (added by sbrabec, 5 years ago) |
|---|
-
avahi-python/avahi/Makefile.am
50 50 chmod +x $@ 51 51 endif 52 52 53 avahi_PYTHON = $(avahi_SCRIPTS) 54 53 55 if HAVE_PYGTK 54 56 if HAVE_PYTHON_DBUS 55 57 56 avahi_PYTHON = __init__.py SimpleGladeApp.py58 avahi_PYTHON += __init__.py SimpleGladeApp.py 57 59 58 60 endif 59 61 endif
