X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-python%2Favahi%2FMakefile.am;fp=avahi-python%2Favahi%2FMakefile.am;h=20864c3142db263eb2acd7a127dd1bc6c368fc5e;hb=dc8c605b464a608ec330313c3c0812975069474c;hp=5673d5ea0adfa6a4be18d75508de48c2096bb212;hpb=b7d566fc3ec60c0fbbca22af273bc67fdc1372fa;p=catta diff --git a/avahi-python/avahi/Makefile.am b/avahi-python/avahi/Makefile.am index 5673d5e..20864c3 100644 --- a/avahi-python/avahi/Makefile.am +++ b/avahi-python/avahi/Makefile.am @@ -23,9 +23,10 @@ if HAVE_PYTHON avahidir = $(pythondir)/avahi -avahi_SCRIPTS = ServiceTypeDatabase.py if HAVE_GDBM +avahi_SCRIPTS = ServiceTypeDatabase.py + ServiceTypeDatabase.py: ServiceTypeDatabase.py.in sed -e 's,@PYTHON\@,$(PYTHON),g' \ -e 's,@DBM\@,gdbm,g' \ @@ -37,6 +38,8 @@ ServiceTypeDatabase.py: ServiceTypeDatabase.py.in endif if HAVE_DBM +avahi_SCRIPTS = ServiceTypeDatabase.py + ServiceTypeDatabase.py: ServiceTypeDatabase.py.in sed -e 's,@PYTHON\@,$(PYTHON),g' \ -e 's,@DBM\@,dbm,g' \