summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-20 03:31:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-24 15:52:22 +0200
commitb3fed52894b428cb1df19914da592df9ffc9a2b6 (patch)
treee3ec97f4da9299145e617c54077d86f9864c6d71
parent2bd272c14ac1be48324a0ec66bf3e519824fc74f (diff)
howl: fix small issue
Here are two patches for avahi. The avahi website is extremly slow today, so I didn't file them. - avahi-fix-howl.pc.patch: fix a small issue introduced in c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93 - avahi-init-lsb.patch: update the suse initscripts, with a patch we've had for a while Cheers, Vincent -- Les gens heureux ne sont pas pressés.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c67793..8234d69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,6 +155,7 @@ pkgconfigdir = $(libdir)/pkgconfig
%.pc: %.pc.in
$(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@libdir\@,$(libdir),g' \
+ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
pkgconfig_DATA = avahi-core.pc