# HG changeset patch # User diego # Date 1160009500 0 # Node ID f2f03d25e58c462108449c58bb91631a9a9879aa # Parent ed92e541db417a72690c8f6f16f87fcbe448866d imgresample-test depends on $(LIB). diff -r ed92e541db41 -r f2f03d25e58c Makefile --- a/Makefile Thu Oct 05 00:32:56 2006 +0000 +++ b/Makefile Thu Oct 05 00:51:40 2006 +0000 @@ -439,7 +439,7 @@ # testing progs -imgresample-test: imgresample.c +imgresample-test: imgresample.c $(LIB) $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm dct-test: dct-test.o fdctref.o $(LIB)