Fixed Makefile for test programs.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1462 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-08-08 06:58:12 +00:00
parent 030fcaf065
commit 3a2dbeb6fb
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3 -lm
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
test2: libMP3.a test2.c
$(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3 -lm
$(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm
all: libMP3.a