From 1b17cc595dbefdf5f5111db8534ec3bce500412e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 3 Jul 2015 16:54:51 +0000 Subject: cleanup: factor out runlength encoding git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2600 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index fa73d194..0097a04e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -46,6 +46,7 @@ LIBOBJECTS_X = \ util/matrix.o \ util/nsleep.o \ util/nstring.o \ + util/runlength.o \ util/shhopt.o \ util/token.o \ util/vasprintf.o \ @@ -57,7 +58,7 @@ INTERFACE_HEADERS = colorname.h \ pam.h pamdraw.h pammap.h pbm.h pbmfont.h \ pgm.h pm.h pm_gamma.h pm_system.h pnm.h \ ppm.h ppmcmap.h ppmdfont.h ppmdraw.h ppmfloyd.h \ - util/mallocvar.h util/shhopt.h \ + util/mallocvar.h util/runlength.h util/shhopt.h \ DATAFILES = rgb.txt -- cgit 1.4.1