X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f9e95a1734b65486f00f6245bc6a6e190cc56d6e;hb=6cc9575148671ed743b86687b0d7e1b876a99114;hp=5690c5b567cefd4f47be51ae20a547d26e04b3ab;hpb=1b1e2692e498d7bab5183c344887f83c0a94e4bb;p=catta diff --git a/Makefile.am b/Makefile.am index 5690c5b..f9e95a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,9 @@ EXTRA_DIST = \ docs/DBUS-API \ docs/AUTHORS \ docs/HACKING \ + docs/API-CHANGES-0.6 \ + docs/COMPAT-LAYERS \ + docs/MALLOC \ docs/overview.dia \ docs/server-states.dia \ docs/avahi-poll.dia \ @@ -137,6 +140,19 @@ CLEANFILES += avahi-compat-libdns_sd.pc endif +if HAVE_MONO + +pkgconfig_DATA += avahi-sharp.pc + +avahi-sharp.pc: avahi-sharp.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ + -e 's,@libdir\@,$(libdir),g' $< > $@ + +CLEANFILES += avahi-sharp.pc + +endif + endif if HAVE_GLIB @@ -175,21 +191,6 @@ CLEANFILES += avahi-qt4.pc endif -if HAVE_MONO -if HAVE_DBUS - -pkgconfig_DATA += avahi-sharp.pc - -avahi-sharp.pc: avahi-sharp.pc.in - sed -e 's,@prefix\@,$(prefix),g' \ - -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ - -e 's,@libdir\@,$(libdir),g' $< > $@ - -CLEANFILES += avahi-sharp.pc - -endif -endif - MOSTLYCLEANFILES = $(DX_CLEANFILES) DISTCHECK_CONFIGURE_FLAGS = \