X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=bbe1cd771bf3339bcd3791fedba26332cee67f61;hb=97613137fbe867f1d4905e60712f635b0cfd7b87;hp=f00531d04c54fa0cae9832cb29bc7e81dff98f65;hpb=91dd7be01d4f3571da4471186700d4a7d27c1ca8;p=catta diff --git a/Makefile.am b/Makefile.am index f00531d..bbe1cd7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,9 @@ EXTRA_DIST = \ avahi-glib.pc.in \ avahi-qt3.pc.in \ avahi-qt4.pc.in \ - avahi-sharp.pc.in + avahi-sharp.pc.in \ + avahi-compat-libdns_sd.pc.in \ + avahi-compat-howl.pc.in SUBDIRS = \ common \ @@ -117,9 +119,9 @@ 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.in avahi-compat-howl.pc.in +CLEANFILES += avahi-client.pc avahi-compat-libdns_sd.pc avahi-compat-howl.pc endif