X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/d908fe4e69dc7ff028f1b903d9af777fa13fffbc..c4ccbbf992e1587ae316f66af6a28006780688d8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c25344a..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. @@ -130,12 +144,15 @@ EXTRA_DIST += config/maninst EXTRA_DIST += debian/rules debian/copyright EXTRA_DIST += debian/control debian/changelog EXTRA_DIST += debian/compat debian/source/format +EXTRA_DIST += debian/common.symbols ## mlib2 EXTRA_DIST += debian/mlib2.install +EXTRA_DIST += debian/mlib2.symbols ## mlib2-adns EXTRA_DIST += debian/mlib2-adns.install.in +EXTRA_DIST += debian/mlib2-adns.symbols ## mlib-bin EXTRA_DIST += debian/mlib-bin.install