# HG changeset patch # User atmos4 # Date 997253892 0 # Node ID 5a748a93b7b488c5bcbc51645627508bc48fa584 # Parent fbcadb06e44f484dde514afd244253421c780e0b Fixed Makefile for test programs. diff -r fbcadb06e44f -r 5a748a93b7b4 mp3lib/Makefile --- a/mp3lib/Makefile Tue Aug 07 20:53:13 2001 +0000 +++ b/mp3lib/Makefile Wed Aug 08 06:58:12 2001 +0000 @@ -40,10 +40,10 @@ $(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