about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-09 17:23:15 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-09 17:23:15 +0000
commit9dc829f60d164490182b1a80af89d037297f2c9a (patch)
tree3082eed8d1ad7488465026ff3cf77eebb0f27e40 /converter
parent787f338634d2f329ad7c6ed3551eee979e50a528 (diff)
downloadnetpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.tar.gz
netpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.tar.xz
netpbm-mirror-9dc829f60d164490182b1a80af89d037297f2c9a.zip
Fix recent bug: pmmtops omitted from build
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2199 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 7aefda12..bbc40a3f 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -127,7 +127,7 @@ PORTBINARIES =  avstopam bmptopnm fitstopnm \
 		winicontopam xwdtopnm zeisstopnm
 
 ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
-  PORTBINARIES += pstopnm
+  PORTBINARIES += pstopnm pnmtops
 endif
 
 ifeq ($(HAVE_PNGLIB),Y)