about summary refs log tree commit diff
path: root/converter/other/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-04-16 21:22:04 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-04-16 21:22:04 +0000
commit99a59c83cf845bc2859589f59ca709b92268df11 (patch)
treede5579403a6be65149900247bf80174d3435a6f3 /converter/other/Makefile
parent647dc5f9e0d5e89dc6ec3f75a9b107da50156a1e (diff)
downloadnetpbm-mirror-99a59c83cf845bc2859589f59ca709b92268df11.tar.gz
netpbm-mirror-99a59c83cf845bc2859589f59ca709b92268df11.tar.xz
netpbm-mirror-99a59c83cf845bc2859589f59ca709b92268df11.zip
Don't directly access private pnginfo members
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1474 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 4bcaa26e..3bad1996 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -169,8 +169,8 @@ pnmtopng: %: %.o pngx.o pngtxt.o $(NETPBMLIB) $(LIBOPT)
 	  $(shell $(LIBOPT) $(NETPBMLIB)) \
 	  $(PNGLIB_LIBOPTS) $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
 
-pamrgbatopng: %: %.o $(NETPBMLIB) $(LIBOPT)
-	$(LD) -o $@ $@.o \
+pamrgbatopng: %: %.o pngx.o $(NETPBMLIB) $(LIBOPT)
+	$(LD) -o $@ $@.o pngx.o \
 	  $(shell $(LIBOPT) $(NETPBMLIB)) $(PNGLIB_LIBOPTS) \
 	  $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)