X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=f65e9e32499d28ef2fb1e5d5c9f2434956ab33bc;hb=2289a2f9605e5fcc19faabd65781cd11b3036498;hp=77040918c738426801829037b58b7a5d16c06ebb;hpb=1587fdd9af10ddb6df18982f453de2a297abbcf7;p=catta diff --git a/Makefile.am b/Makefile.am index 7704091..f65e9e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ EXTRA_DIST = \ avahi-core.pc.in \ avahi-client.pc.in \ avahi-glib.pc.in \ + avahi-gobject.pc.in \ avahi-qt3.pc.in \ avahi-qt4.pc.in \ avahi-sharp.pc.in \ @@ -49,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 \ @@ -58,6 +62,7 @@ SUBDIRS = \ avahi-qt \ avahi-client \ avahi-glib \ + avahi-gobject \ avahi-discover-standalone \ avahi-daemon \ avahi-sharp \ @@ -73,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 \ @@ -104,6 +110,17 @@ if HAVE_GLIB DX_INPUT += \ $(srcdir)/avahi-glib/glib-watch.h \ $(srcdir)/avahi-glib/glib-malloc.h + +if HAVE_GOBJECT +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 if HAVE_DBUS @@ -212,6 +229,18 @@ avahi-glib.pc: avahi-glib.pc.in CLEANFILES += avahi-glib.pc +if HAVE_GOBJECT + +pkgconfig_DATA += avahi-gobject.pc + +avahi-gobject.pc: avahi-gobject.pc.in + sed -e 's,@prefix\@,$(prefix),g' \ + -e 's,@libdir\@,$(libdir),g' \ + -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ + +CLEANFILES += avahi-gobject.pc + +endif endif if HAVE_GTK @@ -275,3 +304,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