X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=9e826b3d8797b2aff4dbbb4d906120324fce0693;hb=b78eacbd64af799754684e3fe3569f0ba4ec92f3;hp=6606f65287a98b8f176fc34893fd6d6dc43b7206;hpb=c5544522f6409095627dc3d1129560195ab4ec40;p=catta diff --git a/Makefile.am b/Makefile.am index 6606f65..9e826b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,13 +17,14 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in libtool.m4 -SUBDIRS = avahi-common avahi-core avahi-discover +include aminclude.am + +EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG) +SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon initscript avahi-dnsconfd avahi-utils examples pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = avahi-core.pc -doxygen: - $(MAKE) -C doxygen doxygen +MOSTLYCLEANFILES = $(DX_CLEANFILES) -.PHONY: distcleancheck doxygen +#.PHONY: distcleancheck