X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=avahi-python%2FMakefile.am;h=7381a48b55b61b81c0539a3c277d42ac4e8a3718;hb=866c918072dcfd9f9f44ef075833fc56e0f35337;hp=09ad6de6f736a274b16a1a5f9c13ab767289e9c6;hpb=c7a24cd92eeff94503cd2ef831183257baeee0a1;p=catta diff --git a/avahi-python/Makefile.am b/avahi-python/Makefile.am index 09ad6de..7381a48 100644 --- a/avahi-python/Makefile.am +++ b/avahi-python/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -29,13 +27,12 @@ SUBDIRS=avahi avahi-discover if HAVE_PYTHON if HAVE_PYTHON_DBUS -if HAVE_PYGTK pythonscripts = \ avahi-bookmarks avahi-bookmarks: avahi-bookmarks.in - sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ + $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ && \ chmod +x $@ bin_SCRIPTS = $(pythonscripts) @@ -43,4 +40,3 @@ CLEANFILES = $(pythonscripts) endif endif -endif