X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=78957691b6da61f3fffcb4ea019447ea18e6f8c8;hb=6bebc22419959153a45c7640fd7c263d448bc948;hp=0dc9042f5546ffb6a7eeee1548ba1069c191ad07;hpb=5fdbded556961276a149f2221a964b070279d4f6;p=catta diff --git a/Makefile.am b/Makefile.am index 0dc9042..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 \ @@ -67,8 +68,9 @@ SUBDIRS = \ tests \ service-type-database \ avahi-compat-libdns_sd \ - avahi-compat-howl - + avahi-compat-howl \ + 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