20 lines
600 B
Plaintext
20 lines
600 B
Plaintext
*** Makefile.in.orig Sun May 3 21:27:55 1998
|
|
--- Makefile.in Sun May 3 21:28:09 1998
|
|
***************
|
|
*** 24,30 ****
|
|
OBJ = dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o \
|
|
args.o buffer.o audioIO.o position.o layer2.o rtbuf.o guicontrol.o util.o getopt.o getopt1.o
|
|
|
|
! LIBS = -lm
|
|
|
|
all: amp
|
|
|
|
--- 24,30 ----
|
|
OBJ = dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o \
|
|
args.o buffer.o audioIO.o position.o layer2.o rtbuf.o guicontrol.o util.o getopt.o getopt1.o
|
|
|
|
! LIBS = -lm -lossaudio
|
|
|
|
all: amp
|
|
|