X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=b0ed26554d4ec8b595abcc6211d1d9fb27b5d933;hb=9ca377e8bc8ef73714180143c24223016acbc845;hp=14cf04a239d2e673d14c088f5e4bcb0fee849b17;hpb=7b7a022127d14b3a83d042c2aa52c76ec90554d2;p=catta diff --git a/Makefile.am b/Makefile.am index 14cf04a..b0ed265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ SUBDIRS = \ man \ tests \ service-type-database \ - compat-bonjour + avahi-compat-libdns_sd DX_INPUT = \ @@ -94,12 +94,16 @@ DX_EXAMPLE_PATH = $(srcdir)/examples DX_EXAMPLE_PATTERNS = *.c pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = avahi-core.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-libdns_sd.pc: avahi-compat-libdns_sd.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + CLEANFILES = avahi-core.pc if HAVE_DBUS