Ticket #110: avahi-python-compile.patch

File avahi-python-compile.patch, 297 bytes (added by sbrabec, 5 years ago)

avahi-python-compile.patch

  • avahi-python/avahi/Makefile.am

     
    5050    chmod +x $@ 
    5151endif 
    5252 
     53avahi_PYTHON = $(avahi_SCRIPTS) 
     54 
    5355if HAVE_PYGTK 
    5456if HAVE_PYTHON_DBUS 
    5557 
    56 avahi_PYTHON = __init__.py SimpleGladeApp.py  
     58avahi_PYTHON += __init__.py SimpleGladeApp.py  
    5759 
    5860endif 
    5961endif