X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=a8b50d1a9e773fb0e356117ec8721d89b09e35cd;hb=8c585e0162e7d773a18ef179e7e8561c2aa71e17;hp=26124a8c98eb20d7d0df12b50b05fd48ce774595;hpb=f1b541eb614861312f917dab1bf75ad8267e321a;p=catta diff --git a/Makefile.am b/Makefile.am index 26124a8..a8b50d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,13 +17,16 @@ # 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-core avahi-discover +ACLOCAL_AMFLAGS = -I common + +include $(srcdir)/common/doxygen.mk + +EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG) +SUBDIRS = common avahi-common avahi-core avahi-discover-standalone 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