--- demos/test/makefile.orig	Mon Jan 10 16:35:45 2005
+++ demos/test/makefile	Mon Jan 10 16:35:58 2005
@@ -19,7 +19,7 @@
 #CCMALLOC = -lccmalloc -ldl
 
 test: $(OBJECTS)
-	$(CC) $(CFLAGS) $(OBJECTS) /usr/lib/libtomcrypt.a  $(CCMALLOC) -o test
+	$(CC) $(CFLAGS) $(OBJECTS) $(PREFIX)/lib/libtomcrypt.a  $(CCMALLOC) -o test
 	
 clean:
 	rm -rf test *.o *.obj *.exe *~	.libs
