X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/e24857fe5d8776a5afc81d3a05cf1e66784b26ea..c4ccbbf992e1587ae316f66af6a28006780688d8:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 48f2317..2c63a82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,6 +100,20 @@ libmLib_la_LIBADD += test/libtest.la SUBDIRS += trace libmLib_la_LIBADD += trace/libtrace.la +## At this point we should construct the library. +SUBDIRS += . + +## Examples. +SUBDIRS += test/example + +###-------------------------------------------------------------------------- +### Manual. + +EXTRA_DIST += defs.man + +EXTRA_DIST += mLib.3.in +LIBMANS += mLib.3 + ###-------------------------------------------------------------------------- ### Testing.