X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-python%2Favahi%2FMakefile.am;h=5582d5106de4b5951569b864a7701347eb379f13;hb=511bbee5e4da8e71b5da8521a162941398ebfdba;hp=20864c3142db263eb2acd7a127dd1bc6c368fc5e;hpb=dc8c605b464a608ec330313c3c0812975069474c;p=catta diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 20864c3..5582d51 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -32,7 +32,7 @@ ServiceTypeDatabase.py: ServiceTypeDatabase.py.in -e 's,@DBM\@,gdbm,g' \ -e 's,@FIRST_KEY\@,key = self.db.firstkey(),g' \ -e 's,@CHECK_KEY\@,while key is not None:,g' \ - -e 's,@NEXT_KEY\@,key = self.db.nextkey(),g' \ + -e 's,@NEXT_KEY\@,key = self.db.nextkey(key),g' \ -e 's,@pkgdatadir\@,$(pkgdatadir),g' $< > $@ chmod +x $@ endif @@ -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