]> git.meshlink.io Git - catta/blobdiff - avahi-utils/Makefile.am
* Show some messages when pygtk or twisted is missing for the execution of the python...
[catta] / avahi-utils / Makefile.am
index 0079795d9b981436f8dcfcd3b74cbfb928388042..90b908c26eb569e04d81125894686364703562ff 100644 (file)
@@ -23,13 +23,15 @@ pythonscripts = \
        avahi-publish-address \
        avahi-publish-service \
        avahi-dump-all \
-       avahi-discover 
+       avahi-discover \
+       avahi-bookmarks
 
 EXTRA_DIST = \
        avahi-publish-address.in \
        avahi-publish-service.in \
        avahi-dump-all.in \
-       avahi-discover.in 
+       avahi-discover.in \
+       avahi-bookmarks.in
 
 if HAVE_PYTHON
 bin_SCRIPTS = $(pythonscripts)
@@ -52,4 +54,8 @@ avahi-discover: avahi-discover.in
                -e 's,@interfacesdir\@,$(interfacesdir),g' $< > $@
        chmod +x $@
 
+avahi-bookmarks: avahi-bookmarks.in
+       sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@
+       chmod +x $@
+
 CLEANFILES = $(pythonscripts)