changeset 7234:9edd9060e955

make test1 && make test2 fixed
author arpi
date Sun, 01 Sep 2002 18:25:24 +0000
parents e70c8d96da8f
children 81eb93508042
files mp3lib/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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