summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-10-15 16:48:08 +0000
committerTrent Lloyd <lathiat@bur.st>2005-10-15 16:48:08 +0000
commit3569d7a9321505026d9c5c6a523067e69ae786ff (patch)
tree2be75ea5430b99e120b2bbea446aae5a513fb141 /Makefile.am
parent91dd7be01d4f3571da4471186700d4a7d27c1ca8 (diff)
* Remove the right compat .pc files in clean
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@774 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 f00531d..d12a23c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,7 +119,7 @@ avahi-compat-howl.pc: avahi-compat-howl.pc.in
sed -e 's,@prefix\@,$(prefix),g' \
-e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@
-CLEANFILES += avahi-client.pc avahi-compat-libdns_sd.pc.in avahi-compat-howl.pc.in
+CLEANFILES += avahi-client.pc avahi-compat-libdns_sd.pc avahi-compat-howl.pc
endif