changeset 22537:fffc3a54fd66

Fix test program compilation.
author diego
date Tue, 13 Mar 2007 22:28:13 +0000
parents b19e2fb20a41
children 099a3c8158dd
files mp3lib/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/Makefile	Tue Mar 13 22:19:18 2007 +0000
+++ b/mp3lib/Makefile	Tue Mar 13 22:28:13 2007 +0000
@@ -28,8 +28,8 @@
 decode_i586.o: decode_i586.c
 	$(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
 
-%: %.c	$(LIBNAME_COMMON) ../mp_msg-mencoder.o ../cpudetect.o
-	$(CC) $(CFLAGS) -o $@ ../libvo/aclib.c $^ -lm
+%: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o
+	$(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm
 
 distclean::
 	rm -f test test2