X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/388e0319a0faf48193658c82228133bd1ea24eb6..b7e1e18b57c30555f65a2548e0f1f186200c0ea8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 192dcc5e..ce25e370 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,11 @@ SUBDIRS += proxy SUBDIRS += pkstream SUBDIRS += init +## Path MTU discovery. +if PATHMTU +SUBDIRS += pathmtu +endif + ## Wireshark. if HAVE_WIRESHARK SUBDIRS += wireshark @@ -90,6 +95,7 @@ CLEANFILES += defs.man ## Additional build tools. EXTRA_DIST += config/confsubst +EXTRA_DIST += config/auto-version ###-------------------------------------------------------------------------- ### Debian. @@ -104,6 +110,10 @@ EXTRA_DIST += debian/copyright EXTRA_DIST += debian/pkstream.copyright EXTRA_DIST += debian/pkstream.install +## pathmtu +EXTRA_DIST += debian/pathmtu.copyright +EXTRA_DIST += debian/pathmtu.install + ## server and client EXTRA_DIST += debian/tripe.README EXTRA_DIST += debian/tripe.dirs @@ -123,5 +133,4 @@ EXTRA_DIST += debian/tripemon.install ## wireshark EXTRA_DIST += debian/tripe-wireshark.install - ###----- That's all, folks --------------------------------------------------