summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-10-15 18:28:37 +0000
committerTrent Lloyd <lathiat@bur.st>2005-10-15 18:28:37 +0000
commita5bed34df4e2cc978713ebfddc87600431385d21 (patch)
treec718bb72500dc825d33f6bd417c55306e3d23d11 /Makefile.am
parent004678718ef36a4257856350bde7f93ad3141b9a (diff)
* Include avahi-compat-howl/samples/Makefile.am
* 'Fix' avahi-howl-compat.pc to export the howl compatible version rather than avahi's version git-svn-id: file:///home/lennart/svn/public/avahi/trunk@778 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ec34757..bbe1cd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,7 +119,7 @@ avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in
avahi-compat-howl.pc: avahi-compat-howl.pc.in
sed -e 's,@prefix\@,$(prefix),g' \
- -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
+ -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' $< > $@
CLEANFILES += avahi-client.pc avahi-compat-libdns_sd.pc avahi-compat-howl.pc