X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=1b5b7d36bf158c452d0d76c09b890be844782297;hb=0728897e6e2de7b63b5261ce1bc455355e01d5cf;hp=23888b27948cceeb887cfff8a64569236d111d4c;hpb=de6fc99ef5a1767fae07fbea9bc384f512639e57;p=catta diff --git a/Makefile.am b/Makefile.am index 23888b2..1b5b7d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,10 @@ EXTRA_DIST = \ avahi-compat-libdns_sd.pc.in \ avahi-compat-howl.pc.in \ avahi-ui.pc.in \ - doxygen_to_devhelp.xsl + doxygen_to_devhelp.xsl \ + intltool-merge.in \ + intltool-update.in \ + intltool-extract.in SUBDIRS = \ common \ @@ -75,7 +78,8 @@ SUBDIRS = \ avahi-compat-howl \ avahi-autoipd \ avahi-ui \ - avahi-ui-sharp + avahi-ui-sharp \ + po DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -106,6 +110,19 @@ if HAVE_GLIB DX_INPUT += \ $(srcdir)/avahi-glib/glib-watch.h \ $(srcdir)/avahi-glib/glib-malloc.h + +if HAVE_GOBJECT +if HAVE_DBUS +DX_INPUT += \ + $(srcdir)/avahi-gobject/ga-client.h \ + $(srcdir)/avahi-gobject/ga-entry-group.h \ + $(srcdir)/avahi-gobject/ga-enums.h \ + $(srcdir)/avahi-gobject/ga-error.h \ + $(srcdir)/avahi-gobject/ga-record-browser.h \ + $(srcdir)/avahi-gobject/ga-service-browser.h \ + $(srcdir)/avahi-gobject/ga-service-resolver.h +endif +endif endif if HAVE_DBUS @@ -289,3 +306,16 @@ homepage: $(MAKE) doxygen-run ssh tango rm -rf www/avahi.org/tree/download/doxygen scp -r doxygen/html tango:www/avahi.org/tree/download/doxygen + +dist-hook: + if test -d .svn ; then \ + svn update ; \ + chmod u+w ${distdir}/ChangeLog || true ; \ + svn2cl -o ${distdir}/ChangeLog ; \ + fi + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update \ + po/.intltool-merge-cache