codec/base64.3: Supply missing Oxford comma.
[mLib] / utils / Makefile.am
index 2f6ed7c..9f4562e 100644 (file)
@@ -54,6 +54,15 @@ t_bits_t_CPPFLAGS     = $(TEST_CPPFLAGS)
 t_bits_t_LDFLAGS        = -static
 EXTRA_DIST             += t/bits-testgen.py
 
+## Control flow.
+pkginclude_HEADERS     += control.h
+##LIBMANS              += control.3
+
+check_PROGRAMS         += t/control.t
+t_control_t_SOURCES     = t/control-test.c
+t_control_t_CPPFLAGS    = $(TEST_CPPFLAGS)
+t_control_t_LDFLAGS     = -static
+
 ## Exceptions.
 pkginclude_HEADERS     += exc.h
 libutils_la_SOURCES    += exc.c
@@ -63,6 +72,11 @@ check_PROGRAMS               += t/exc.t
 t_exc_t_SOURCES                 = t/exc-test.c
 t_exc_t_LDFLAGS                 = -static
 
+## Linear regression.
+pkginclude_HEADERS     += linreg.h
+libutils_la_SOURCES    += linreg.c
+##LIBMANS              += linreg.3
+
 ## String handling.
 pkginclude_HEADERS     += str.h
 libutils_la_SOURCES    += str.c