about summary refs log tree commit diff
path: root/converter/other/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-12-10 17:19:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-12-10 17:19:10 +0000
commite60f2423e0341bddf1c818a7f7653b889cb717fc (patch)
treeb520003ef1b7a80142d01ede89444a891cfbe740 /converter/other/Makefile
parent259271c15ea2aff768d65f120f4d73490cade441 (diff)
downloadnetpbm-mirror-e60f2423e0341bddf1c818a7f7653b889cb717fc.tar.gz
netpbm-mirror-e60f2423e0341bddf1c818a7f7653b889cb717fc.tar.xz
netpbm-mirror-e60f2423e0341bddf1c818a7f7653b889cb717fc.zip
Fix missing -lm building pdbimgtopam and pamtopdbimg
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1369 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/Makefile')
-rw-r--r--converter/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index c2cbb0a9..4bcaa26e 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -213,7 +213,7 @@ pnmtorast rasttopnm: %: %.o rast.o $(NETPBMLIB) $(LIBOPT)
 pdbimgtopam pamtopdbimg: %: %.o ipdb.o $(NETPBMLIB) $(LIBOPT)
 	$(LD) -o $@ $@.o ipdb.o \
 	  $(shell $(LIBOPT) $(NETPBMLIB)) \
-	  $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
+	  $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
 
 bmptopnm.o bmptopnm.o2: bmp.h