shithub: sox

Download patch

ref: 4ff0d0961058d4aeade3be03d30129f0d8684612
parent: ad8db4efc73e695023bdbd99d25b640d636527d2
author: cbagwell <cbagwell>
date: Sun Oct 16 23:05:08 EDT 2005

Adding new stio to all makefiles

--- a/src/Makefile.dos
+++ b/src/Makefile.dos
@@ -28,7 +28,7 @@
 	  reverb.obj reverse.obj silence.obj speed.obj stat.obj \
 	  stretch.obj swap.obj synth.obj trim.obj vibro.obj vol.obj
 
-LIBOBJS   = $(FOBJ) $(EOBJ) handlers.obj misc.obj getopt.obj util.obj
+LIBOBJS   = $(FOBJ) $(EOBJ) handlers.obj misc.obj stio.obj getopt.obj util.obj
 
 
 # The following defines tell where compiler files are kept, not where
--- a/src/Makefile.gcc
+++ b/src/Makefile.gcc
@@ -34,7 +34,7 @@
 	  vibro.o vol.o
 
 SOUNDLIB = libst.a
-LIBOBJS = $(FOBJ) $(EOBJ) handlers.o misc.o util.o getopt.o
+LIBOBJS = $(FOBJ) $(EOBJ) handlers.o misc.o stio.o util.o getopt.o
 
 ##############################################################################