]> git.meshlink.io Git - catta/blobdiff - Makefile.am
Improve compatibility with Bonjour's libdns_sd (Patch from Chris Rivera, closes ...
[catta] / Makefile.am
index 1b8e3500031e537da1fc2a0752b8292088f34239..78957691b6da61f3fffcb4ea019447ea18e6f8c8 100644 (file)
@@ -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