about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--common.mk3
-rw-r--r--doc/HISTORY2
-rw-r--r--lib/Makefile1
3 files changed, 5 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 831619fa..01fb6d91 100644
--- a/common.mk
+++ b/common.mk
@@ -132,7 +132,8 @@ IMPORTINC_LIB_HEADERS := \
   pm_gamma.h lum.h dithers.h pamdraw.h
 
 IMPORTINC_LIB_UTIL_HEADERS := \
-  bitarith.h bitreverse.h filename.h intcode.h floatcode.h io.h mallocvar.h\
+  bitarith.h bitreverse.h filename.h intcode.h floatcode.h io.h \
+  matrix.h mallocvar.h \
   nsleep.h nstring.h pm_c_util.h shhopt.h token.h \
   wordaccess.h wordaccess_64_le.h wordaccess_gcc3_be.h wordaccess_generic.h \
   wordintclz.h
diff --git a/doc/HISTORY b/doc/HISTORY
index 581b5687..9f4bb23a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -6,6 +6,8 @@ CHANGE HISTORY
 
 not yet  BJH  Release 10.57.00
 
+              pnmnorm: add -midvalue, -middle .
+
 11.09.28 BJH  Release 10.56.00
 
               Add pamexec.  Thanks Michael Pot <fmw@actrix.co.nz>.
diff --git a/lib/Makefile b/lib/Makefile
index f39dbadc..8d9b3175 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -42,6 +42,7 @@ LIBOBJECTS_X = \
   util/filename.o \
   util/io.o \
   util/mallocvar.o \
+  util/matrix.o \
   util/nsleep.o \
   util/nstring.o \
   util/shhopt.o \