X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=ec525a38dd4bdcc60e7fda45eda4e9e9141792a1;hb=8abf9664e467175dd0b4005fde6b9129f3a88492;hp=c3cc8232ed3ae985b8f58ef5dcbd4b989e5da0c5;hpb=f726a534b6230de7a5323d811ef375b979f5bddb;p=catta diff --git a/Makefile.am b/Makefile.am index c3cc823..ec525a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,15 +38,13 @@ 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 \ avahi-common \ avahi-core \ - examples \ - po + examples DX_INPUT = \ $(srcdir)/avahi-common/address.h \ @@ -77,7 +75,6 @@ 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 @@ -88,11 +85,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) - -DISTCLEANFILES = \ - po/.intltool-merge-cache