X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=03117f4ee2b17bf885502c44325bc6308179cd76;hb=f25465433f0f835a5caccacffe026c2b658c924b;hp=5690c5b567cefd4f47be51ae20a547d26e04b3ab;hpb=1b1e2692e498d7bab5183c344887f83c0a94e4bb;p=catta diff --git a/Makefile.am b/Makefile.am index 5690c5b..03117f4 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 \ @@ -85,6 +88,7 @@ DX_INPUT = \ $(srcdir)/avahi-common/domain.h \ $(srcdir)/avahi-common/watch.h \ $(srcdir)/avahi-common/simple-watch.h \ + $(srcdir)/avahi-common/thread-watch.h \ $(srcdir)/avahi-glib/glib-watch.h \ $(srcdir)/avahi-glib/glib-malloc.h \ $(srcdir)/avahi-common/timeval.h \ @@ -137,6 +141,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 +192,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 = \ @@ -199,8 +201,8 @@ homepage: $(MAKE) -C man scp avahi-daemon/*.introspect avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\ man/*.xml man/xmltoman.dtd man/xmltoman.xsl \ - fdo:public_html/ + tango:www/avahi.org/tree/download/ rm -rf doxygen $(MAKE) doxygen-run - ssh fdo rm -rf public_html/doxygen - scp -r doxygen/html fdo:public_html/doxygen + ssh tango rm -rf www/avahi.org/tree/download/doxygen + scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen