X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=ffbc6f479ac3b5ca18fed567b19f981c612f174d;hb=941853354848fca4cc39bd72e6f34ca54443a9c8;hp=6ada70aa746a60c25b2d9a191228b6514367de48;hpb=0735d74a85fd71450340d761629cea391a705166;p=catta diff --git a/Makefile.am b/Makefile.am index 6ada70a..ffbc6f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ SUBDIRS = \ man \ tests \ service-type-database \ - compat-bonjour + compat-libdns_sd DX_INPUT = \ @@ -94,13 +94,13 @@ DX_EXAMPLE_PATH = $(srcdir)/examples DX_EXAMPLE_PATTERNS = *.c pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = avahi-core.pc avahi-compat-bonjour.pc +pkgconfig_DATA = avahi-core.pc avahi-compat-libdns_sd.pc avahi-core.pc: avahi-core.pc.in sed -e 's,@prefix\@,$(prefix),g' \ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ -avahi-compat-bonjour.pc: avahi-compat-bonjour.pc.in +avahi-compat-libdns_sd.pc: avahi-compat-libdns_sd.pc.in sed -e 's,@prefix\@,$(prefix),g' \ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@