X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=b49ca9b36dac6a402bd27cbba059d2b030dcbc29;hb=2a1da98f56ee2593c2e61be6e391feaae69d1537;hp=1f62dc3561064e00d940099a1ac66e919a60b905;hpb=5f4740c789a5cdfe45669ceb07062371575be523;p=catta diff --git a/Makefile.am b/Makefile.am index 1f62dc3..b49ca9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,8 +38,7 @@ EXTRA_DIST = \ docs/server-states.dia \ docs/avahi-poll.dia \ avahi-core.pc.in \ - doxygen_to_devhelp.xsl \ - common/introspection.m4 + doxygen_to_devhelp.xsl SUBDIRS = \ common \ @@ -57,26 +56,21 @@ DX_INPUT = \ $(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 %.pc: %.pc.in $(AM_V_GEN)sed -e 's,@prefix\@,$(prefix),g' \ -e 's,@libdir\@,$(libdir),g' \ - -e 's,@HOWL_COMPAT_VERSION\@,$(HOWL_COMPAT_VERSION),g' \ -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' $< > $@ pkgconfig_DATA = avahi-core.pc @@ -87,8 +81,3 @@ avahi.devhelp: doxygen-run xsltproc -o $@ doxygen_to_devhelp.xsl doxygen/xml/index.xml MOSTLYCLEANFILES = $(DX_CLEANFILES) - -DISTCHECK_CONFIGURE_FLAGS = \ - --disable-monodoc \ - --enable-introspection \ - --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)