X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=6652d1aa21c5e189e1a431457ea024c8af1ef8e6;hb=66142b071a2497d7e3cf58d7bf5159bb1c970d84;hp=7de82c27489d5c825ae9d6011d52a9a2ff2024e8;hpb=1f2b8ac4ae09b15a0a6d1f7633f888654fd271dd;p=catta diff --git a/Makefile.am b/Makefile.am index 7de82c2..6652d1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,14 +16,14 @@ # License along with avahi; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +include aminclude.am -EXTRA_DIST = bootstrap.sh LICENSE doxygen/Makefile.am doxygen/Makefile.in doxygen/doxygen.conf.in -SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon doxygen +EXTRA_DIST = bootstrap.sh LICENSE $(DX_CONFIG) +SUBDIRS = avahi-common avahi-core avahi-discover avahi-client avahi-daemon initscript avahi-dnsconfd pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = avahi-core.pc -doxygen: - $(MAKE) -C doxygen doxygen +MOSTLYCLEANFILES = $(DX_CLEANFILES) -.PHONY: distcleancheck doxygen +.PHONY: distcleancheck