X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=1dc085c0c0d1fc672f8f3315641baa2813a89508;hb=refs%2Fheads%2Ffeature%2Fbetter-pmtu-probes;hp=44a5c8180f3aec9b0a2c6020420d591dfa706f4c;hpb=6197daea0be7ffcfa827a53a45b42cbf9e3ee837;p=meshlink diff --git a/Makefile.am b/Makefile.am index 44a5c818..1dc085c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,7 @@ AUTOMAKE_OPTIONS = gnu -if CATTA -MAYBE_CATTA = catta -endif - -SUBDIRS = $(MAYBE_CATTA) src doc test examples +SUBDIRS = src test examples DIST_SUBDIRS = $(SUBDIRS) @@ -14,7 +10,12 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ COPYING.README \ - README.android + README.android \ + $(DX_CONFIG) + +@DX_RULES@ + +MOSTLYCLEANFILES = $(DX_CLEANFILES) ChangeLog: git log > ChangeLog