]> git.meshlink.io Git - catta/blobdiff - avahi-python/Makefile.am
get rid of a lot of old svn cruft
[catta] / avahi-python / Makefile.am
index 09ad6de6f736a274b16a1a5f9c13ab767289e9c6..7381a48b55b61b81c0539a3c277d42ac4e8a3718 100644 (file)
@@ -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