From: Shantonu Sen Date: Thu, 14 Dec 2000 01:30:43 +0000 (+0000) Subject: Resolve the circular dependency of libmh on libmts on libmh. The X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/dee387b53ab0d42922f857b60d6f980c9e79d16f?ds=sidebyside;hp=dee387b53ab0d42922f857b60d6f980c9e79d16f Resolve the circular dependency of libmh on libmts on libmh. The files mts/generic/client.c and mts.c are moved to sbr/, and mts/generic/mts.h is moved to h/mts.h. Thus, libmh is self-contained. All header includes have been appropriately updated, and the Makefiles and configure script no longer build mts/generic. ---