From a5bed34df4e2cc978713ebfddc87600431385d21 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sat, 15 Oct 2005 18:28:37 +0000 Subject: * 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit