]> git.meshlink.io Git - catta/blobdiff - Makefile.am
Doxygen documentation cleanups:
[catta] / Makefile.am
index 51791093c82b6cfe857dd402df52f83b5d7c7b44..2071916d86cc9bb20467a1c73ed7a7431da2d54d 100644 (file)
@@ -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,20 +71,20 @@ SUBDIRS = \
        avahi-compat-libdns_sd \
        avahi-compat-howl \
        avahi-autoipd \
-       avahi-ui
+       avahi-ui \
+       avahi-ui-sharp
 
 DX_INPUT = \
        $(srcdir)/avahi-common/address.h \
+       $(srcdir)/avahi-common/malloc.h \
        $(srcdir)/avahi-common/strlst.h \
        $(srcdir)/avahi-common/alternative.h \
        $(srcdir)/avahi-common/defs.h \
        $(srcdir)/avahi-common/error.h \
-       $(srcdir)/avahi-common/malloc.h \
        $(srcdir)/avahi-common/domain.h \
        $(srcdir)/avahi-common/watch.h \
        $(srcdir)/avahi-common/simple-watch.h \
-       $(srcdir)/avahi-common/thread-watch.h \
-       $(srcdir)/avahi-common/timeval.h
+       $(srcdir)/avahi-common/thread-watch.h
 
 DX_EXAMPLE_PATH = $(srcdir)/examples
 DX_EXAMPLE_PATTERNS = *.c
@@ -111,6 +112,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 +182,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 +214,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