about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-07-23 01:47:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-07-23 01:47:52 +0000
commitd7252e2e0781b61583d8e33fd2dc1a5116eaa062 (patch)
treed862fdfcafd03f43529557d69481e2158af3a180 /converter/other
parent95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d (diff)
downloadnetpbm-mirror-d7252e2e0781b61583d8e33fd2dc1a5116eaa062.tar.gz
netpbm-mirror-d7252e2e0781b61583d8e33fd2dc1a5116eaa062.tar.xz
netpbm-mirror-d7252e2e0781b61583d8e33fd2dc1a5116eaa062.zip
Release 10.35.66
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@955 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 81e1da14..756ba8e3 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -113,7 +113,10 @@ endif
 
 MERGEBINARIES = $(BINARIES)
 
-EXTRA_OBJECTS = exif.o rast.o pngtxt.o bmepsoe.o
+EXTRA_OBJECTS = exif.o rast.o bmepsoe.o
+ifeq ($(HAVE_PNGLIB),Y)
+  EXTRA_OBJECTS += pngtxt.o
+endif
 ifneq ($(JPEGLIB),NONE)
   EXTRA_OBJECTS += jpegdatasource.o
 endif