# HG changeset patch # User diego # Date 1160011705 0 # Node ID 663ff849562bd99389309bf926a883c08c23ac95 # Parent f2f03d25e58c462108449c58bb91631a9a9879aa Fix imgresample-test compilation. diff -r f2f03d25e58c -r 663ff849562b Makefile --- a/Makefile Thu Oct 05 00:51:40 2006 +0000 +++ b/Makefile Thu Oct 05 01:28:25 2006 +0000 @@ -440,7 +440,7 @@ # testing progs imgresample-test: imgresample.c $(LIB) - $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm + $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) dct-test: dct-test.o fdctref.o $(LIB) $(CC) -o $@ $^ $(EXTRALIBS)