X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=0411c74fdd545bce3925387f43caf6264dc3ba59;hb=be7ce5a2f7f46e48c391d9b9c7501e4e138fc8c5;hp=51791093c82b6cfe857dd402df52f83b5d7c7b44;hpb=a99da203ccf00c2d311f823276ba87d2a7ccc0f6;p=catta diff --git a/Makefile.am b/Makefile.am index 5179109..0411c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ 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-ui.pc.in @@ -70,7 +71,8 @@ SUBDIRS = \ avahi-compat-libdns_sd \ avahi-compat-howl \ avahi-autoipd \ - avahi-ui + avahi-ui \ + avahi-ui-sharp DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -111,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 \ @@ -174,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 @@ -201,16 +215,18 @@ CLEANFILES += avahi-glib.pc endif if HAVE_GTK +if HAVE_DBUS -pkgconfig_DATA += avahi-gtk.pc +pkgconfig_DATA += avahi-ui.pc -avahi-gtk.pc: avahi-gtk.pc.in +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-gtk.pc +CLEANFILES += avahi-ui.pc +endif endif if HAVE_QT3