X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=78957691b6da61f3fffcb4ea019447ea18e6f8c8;hb=a389a24eb118f73094d2e0d27169bb1b5c4201b8;hp=1b8e3500031e537da1fc2a0752b8292088f34239;hpb=60d86f779725e78ae3d295380f15208859cc06eb;p=catta diff --git a/Makefile.am b/Makefile.am index 1b8e350..7895769 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,8 @@ EXTRA_DIST = \ avahi-qt4.pc.in \ avahi-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 \ @@ -68,7 +69,8 @@ SUBDIRS = \ service-type-database \ avahi-compat-libdns_sd \ avahi-compat-howl \ - avahi-autoipd + avahi-autoipd \ + avahi-ui DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -118,6 +120,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 @@ -193,6 +200,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