# HG changeset patch # User arpi # Date 1030904724 0 # Node ID 9edd9060e955d80edca60249d5cbb428a872a8a4 # Parent e70c8d96da8fc2c309d19165798a52f6b879e41f make test1 && make test2 fixed diff -r e70c8d96da8f -r 9edd9060e955 mp3lib/Makefile --- a/mp3lib/Makefile Sun Sep 01 18:25:05 2002 +0000 +++ b/mp3lib/Makefile Sun Sep 01 18:25:24 2002 +0000 @@ -42,10 +42,10 @@ ./mp3lib_objfix.sh endif test1: libMP3.a test.c - $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a -lm + $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm test2: libMP3.a test2.c - $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a -lm + $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm all: libMP3.a