From e60f2423e0341bddf1c818a7f7653b889cb717fc Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 10 Dec 2010 17:19:10 +0000 Subject: 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 --- converter/other/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter') 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 -- cgit 1.4.1