@@@ much mess, mostly manpages
[mLib] / Makefile.am
index 48f2317..2c63a82 100644 (file)
@@ -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.