]> git.meshlink.io Git - catta/blobdiff - Makefile.am
TODO update
[catta] / Makefile.am
index f00531d04c54fa0cae9832cb29bc7e81dff98f65..bbe1cd771bf3339bcd3791fedba26332cee67f61 100644 (file)
@@ -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