about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-02-13 00:11:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-02-13 00:11:02 +0000
commit6a233b0f40bb4590fc70f3e24e49627ef504ce39 (patch)
tree73dd8c8939b9dd9993238c823b02241a92f8cce5 /converter/other
parenteae74c7acfa484868f5374f8f0ebff1eb39d1c61 (diff)
downloadnetpbm-mirror-6a233b0f40bb4590fc70f3e24e49627ef504ce39.tar.gz
netpbm-mirror-6a233b0f40bb4590fc70f3e24e49627ef504ce39.tar.xz
netpbm-mirror-6a233b0f40bb4590fc70f3e24e49627ef504ce39.zip
Make it build on Windows with Mingw
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1645 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index bdacee0f..e3ef6d6a 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -121,6 +121,7 @@ PORTBINARIES =  avstopam bmptopnm fitstopnm \
 
 ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
   PORTBINARIES += pstopnm
+  PORTBINARIES += pnmtops
 endif
 
 BINARIES = \
@@ -128,7 +129,6 @@ BINARIES = \
   pamtopdbimg \
   pamtosrf \
   pdbimgtopam \
-  pnmtops \
   pnmtorast \
   rasttopnm \
   srftopam \