X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=0411c74fdd545bce3925387f43caf6264dc3ba59;hb=be7ce5a2f7f46e48c391d9b9c7501e4e138fc8c5;hp=d09f75ac9120ba9472d7aad226b8be45bd45c446;hpb=f8086b037dec60a82aa6890f19dbc3f73af46c98;p=catta diff --git a/Makefile.am b/Makefile.am index d09f75a..0411c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,8 +45,10 @@ EXTRA_DIST = \ avahi-qt3.pc.in \ avahi-qt4.pc.in \ avahi-sharp.pc.in \ + avahi-ui-sharp.pc.in \ avahi-compat-libdns_sd.pc.in \ - avahi-compat-howl.pc.in + avahi-compat-howl.pc.in \ + avahi-ui.pc.in SUBDIRS = \ common \ @@ -67,8 +69,10 @@ SUBDIRS = \ tests \ service-type-database \ avahi-compat-libdns_sd \ - avahi-compat-howl - + avahi-compat-howl \ + avahi-autoipd \ + avahi-ui \ + avahi-ui-sharp DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -109,6 +113,13 @@ DX_INPUT += \ $(srcdir)/avahi-client/publish.h endif +if HAVE_DBUS +if HAVE_GTK +DX_INPUT += \ + $(srcdir)/avahi-ui/avahi-ui.h +endif +endif + if ENABLE_CORE_DOCS DX_INPUT += \ $(srcdir)/avahi-core/core.h \ @@ -118,6 +129,11 @@ DX_INPUT += \ $(srcdir)/avahi-core/log.h endif +if HAVE_GTK +DX_INPUT += \ + $(srcdir)/avahi-ui/avahi-ui.h +endif + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = avahi-core.pc @@ -167,14 +183,19 @@ endif if HAVE_MONO -pkgconfig_DATA += avahi-sharp.pc +pkgconfig_DATA += avahi-sharp.pc avahi-ui-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 +avahi-ui-sharp.pc: avahi-ui-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 avahi-ui-sharp.pc endif @@ -193,6 +214,21 @@ CLEANFILES += avahi-glib.pc endif +if HAVE_GTK +if HAVE_DBUS + +pkgconfig_DATA += avahi-ui.pc + +avahi-ui.pc: avahi-ui.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@libdir\@,$(libdir),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +CLEANFILES += avahi-ui.pc + +endif +endif + if HAVE_QT3 pkgconfig_DATA += avahi-qt3.pc @@ -229,6 +265,7 @@ homepage: scp avahi-daemon/*.introspect 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/ rm -rf doxygen $(MAKE) doxygen-run ssh tango rm -rf www/avahi.org/tree/download/doxygen