]> git.meshlink.io Git - catta/blobdiff - Makefile.am
build doxygen docs for avahi-ui
[catta] / Makefile.am
index 4e2edfb382a38feefde8406a49c0b6ea39a2f4fd..bc51911dac3828947042950af9702366ad836922 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 \
@@ -110,6 +111,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 \
@@ -200,16 +208,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