X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=1c67793e8b27679ba31257c0633c58c0a9dd7fbd;hb=2bd272c14ac1be48324a0ec66bf3e519824fc74f;hp=ed20c962394564bb715100d04f63e5179c0684c4;hpb=c8eacc0f13f6df529f2f40961e2ddb3a45dc9f93;p=catta diff --git a/Makefile.am b/Makefile.am index ed20c96..1c67793 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -50,7 +48,9 @@ EXTRA_DIST = \ avahi-compat-libdns_sd.pc.in \ avahi-compat-howl.pc.in \ avahi-ui.pc.in \ - doxygen_to_devhelp.xsl + avahi-ui-gtk3.pc.in \ + doxygen_to_devhelp.xsl \ + common/introspection.m4 SUBDIRS = \ common \ @@ -198,6 +198,13 @@ CLEANFILES += avahi-ui.pc endif endif +if HAVE_GTK3 +if HAVE_DBUS +pkgconfig_DATA += avahi-ui-gtk3.pc +CLEANFILES += avahi-ui-gtk3.pc +endif +endif + if HAVE_QT3 pkgconfig_DATA += avahi-qt3.pc CLEANFILES += avahi-qt3.pc @@ -216,11 +223,13 @@ avahi.devhelp: doxygen-run MOSTLYCLEANFILES = $(DX_CLEANFILES) DISTCHECK_CONFIGURE_FLAGS = \ - --disable-monodoc + --disable-monodoc \ + --enable-introspection \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) homepage: $(MAKE) -C man - scp avahi-daemon/*.introspect avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\ + scp avahi-daemon/*.xml avahi-daemon/introspect.dtd avahi-daemon/introspect.xsl\ man/*.xml man/xmltoman.dtd man/xmltoman.xsl \ tango:www/avahi.org/tree/download/ scp avahi-$(PACKAGE_VERSION).tar.gz tango:www/avahi.org/tree/download/ @@ -229,12 +238,5 @@ homepage: 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 = \ po/.intltool-merge-cache