$(srcdir)/avahi-common/domain.h \
$(srcdir)/avahi-common/watch.h \
$(srcdir)/avahi-common/simple-watch.h \
- $(srcdir)/avahi-common/thread-watch.h
-
-DX_EXAMPLE_PATH = $(srcdir)/examples
-DX_EXAMPLE_PATTERNS = *.c
-
-if ENABLE_CORE_DOCS
-DX_INPUT += \
+ $(srcdir)/avahi-common/thread-watch.h \
$(srcdir)/avahi-core/core.h \
$(srcdir)/avahi-core/lookup.h \
$(srcdir)/avahi-core/publish.h \
$(srcdir)/avahi-core/rr.h \
$(srcdir)/avahi-core/log.h
-endif
+
+DX_EXAMPLE_PATH = $(srcdir)/examples
+DX_EXAMPLE_PATTERNS = *.c
pkgconfigdir = $(libdir)/pkgconfig
DX_PS_FEATURE(OFF)
DX_INIT_DOXYGEN(avahi, doxygen.cfg, doxygen)
-AC_ARG_ENABLE(core-docs,
- AS_HELP_STRING([--enable-core-docs],[Enable building of documentation for avahi-core]),
-[case "${enableval}" in
- yes) ENABLE_CORE_DOCS=yes ;;
- no) ENABLE_CORE_DOCS=no ;;
- *) AC_MSG_ERROR([bad value ${enableval} for --enable-core-docs]) ;;
-esac],[ENABLE_CORE_DOCS=no])
-
-AM_CONDITIONAL([ENABLE_CORE_DOCS], [test "x$ENABLE_CORE_DOCS" = xyes])
-
#
# Conditionally compile test and example programs
#
echo "\
Building libavahi-core yes
Building tests: ${ENABLE_TESTS}
- Building avahi-core documentation: ${ENABLE_CORE_DOCS}
"