X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/12475f48a222535b290dd68d4f606b62bd8152f3..b7e1e18b57c30555f65a2548e0f1f186200c0ea8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e9d3febb..ce25e370 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,11 +34,17 @@ SUBDIRS = SUBDIRS += common SUBDIRS += uslip SUBDIRS += client +SUBDIRS += priv SUBDIRS += server SUBDIRS += proxy SUBDIRS += pkstream SUBDIRS += init +## Path MTU discovery. +if PATHMTU +SUBDIRS += pathmtu +endif + ## Wireshark. if HAVE_WIRESHARK SUBDIRS += wireshark @@ -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 --------------------------------------------------