summaryrefslogtreecommitdiffstats
path: root/avahi-python
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-25 02:06:54 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-25 02:06:54 +0200
commit35fb9ebe352a141ee9fe72b1e2a160e8c198bd16 (patch)
tree7f839f44a5b31b767d37e52374ee2b8c31bc4a07 /avahi-python
parentc8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 (diff)
build-sys: almost completely make the build clean, missing are howl and avahi-gobject
Diffstat (limited to 'avahi-python')
-rw-r--r--avahi-python/avahi-discover/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-python/avahi-discover/Makefile.am b/avahi-python/avahi-discover/Makefile.am
index 7a16472..a493a25 100644
--- a/avahi-python/avahi-discover/Makefile.am
+++ b/avahi-python/avahi-discover/Makefile.am
@@ -53,13 +53,13 @@ avahi_discover_PYTHON += __init__.py
endif
avahi-discover.desktop.in: avahi-discover.desktop.in.in
- sed -e 's,@bindir\@,$(bindir),g' $< > $@
+ $(AM_V_GEN)sed -e 's,@bindir\@,$(bindir),g' $< > $@
avahi-discover: avahi-discover.in
- sed -e 's,@PYTHON\@,$(PYTHON),g' \
+ $(AM_V_GEN)sed -e 's,@PYTHON\@,$(PYTHON),g' \
-e 's,@GETTEXT_PACKAGE\@,"$(GETTEXT_PACKAGE)",g' \
-e 's,@LOCALEDIR\@,"$(datadir)/locale",g' \
- -e 's,@interfacesdir\@,$(interfacesdir),g' $< > $@
+ -e 's,@interfacesdir\@,$(interfacesdir),g' $< > $@ && \
chmod +x $@
bin_SCRIPTS = $(pythonscripts)