shithub: sox

Download patch

ref: 4ce70de8afb5b5e5a9a06c9c68c3196b04a90481
parent: 495a0a9b57e40a7403c8bae21450d6b1e89e6f9d
author: evilynux <evilynux>
date: Sun Apr 29 17:30:16 EDT 2007

Another "make dist' fix, added missing header raw.h to libsox_la_SOURCES so it gets included in the tarball.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,7 +98,8 @@
 
 libsox_la_SOURCES = $(effects) adpcms.c adpcms.h aiff.c aiff.h cvsd.c cvsd.h cvsdfilt.h \
 	  g711.c g711.h g721.c g723_24.c g723_40.c g72x.c g72x.h vox.c vox.h \
-	  raw.c handlers.c misc.c sox_i.h skelform.c soxio.c util.c xmalloc.c xmalloc.h \
+	  raw.c raw.h handlers.c misc.c sox_i.h skelform.c soxio.c util.c \
+	  xmalloc.c xmalloc.h \
 	  getopt.c getopt1.c getopt.h soxconfig.h
 libsox_la_LIBADD = @LIBGSM_LIBADD@