about summary refs log tree commit diff
path: root/converter/other/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-07-23 02:36:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-07-23 02:36:40 +0000
commitd571531281cdf1635ae63988c58c321f01a54f74 (patch)
treec6d686056405523f580379bf6cbf5dcc65fd3d9c /converter/other/Makefile
parentc3bd36c5108cbc1e42f05f963e29f57f33b86710 (diff)
downloadnetpbm-mirror-d571531281cdf1635ae63988c58c321f01a54f74.tar.gz
netpbm-mirror-d571531281cdf1635ae63988c58c321f01a54f74.tar.xz
netpbm-mirror-d571531281cdf1635ae63988c58c321f01a54f74.zip
Add pngtopam
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@687 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/Makefile')
-rw-r--r--converter/other/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 3a6bb2af..592eaac2 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -96,7 +96,7 @@ endif
 BINARIES = $(PORTBINARIES) pnmtorast rasttopnm
 
 ifeq ($(HAVE_PNGLIB),Y)
-  BINARIES += pnmtopng pngtopnm pamrgbatopng
+  BINARIES += pnmtopng pngtopnm pngtopam pamrgbatopng
 endif
 ifneq ($(JPEGLIB),NONE)
   BINARIES += jpegtopnm pnmtojpeg
@@ -155,7 +155,7 @@ else
   PNGLIB_LIBOPTS = $(shell libpng-config --ldflags)
 endif
 
-pngtopnm: %: %.o $(NETPBMLIB) $(LIBOPT)
+pngtopnm pngtopam: %: %.o $(NETPBMLIB) $(LIBOPT)
 	$(LD) $(LDFLAGS) -o $@ $@.o \
 	  $(shell $(LIBOPT) $(NETPBMLIB)) \
 	  $(PNGLIB_LIBOPTS) $(MATHLIB) $(LDLIBS) $(RPATH) $(LADD)