shithub: sox

Download patch

ref: d3161c5c72ae6adac078e969c12f364e06473a73
parent: a2766bb3081db3a493ceff232c2a46d6e815ce81
author: evilynux <evilynux>
date: Sun Apr 29 16:37:16 EDT 2007

Fixed "make dist", this typo resulted in make building the sunadio target on "make dist".

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,7 +68,7 @@
 libsox_fmt_alsa_la_SOURCES = alsa.c
 libsox_fmt_ao_la_SOURCES = ao.c
 libsox_fmt_oss_la_SOURCES = oss.c
-libsox_fmt_sunau_la_SOURCES = sunaudio
+libsox_fmt_sunau_la_SOURCES = sunaudio.c
 
 pkglib_LTLIBRARIES = libsox_fmt_auto.la libsox_fmt_raw.la libsox_fmt_s1.la \
 	  libsox_fmt_s2.la libsox_fmt_s3.la libsox_fmt_s4.la libsox_fmt_u1.la	\