shithub: sox

Download patch

ref: 0a543fb432c3a2a3d1aff991270e362768e13e90
parent: 3de4c2c23e986aa6ab7b3c078efd9380e16b8890
author: cbagwell <cbagwell>
date: Thu Jul 24 09:10:39 EDT 2008

Don't distribute autogenerate file soxstdint.h.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,8 @@
 bin_PROGRAMS = sox
 EXTRA_PROGRAMS = example0 example1 example2 sox_sample_test
 lib_LTLIBRARIES = libsox.la libsfx.la
-include_HEADERS = sox.h soxstdint.h
+include_HEADERS = sox.h
+nodist_include_HEADERS = soxstdint.h
 sox_SOURCES = sox.c
 sox_LDADD = libsox.la libsfx.la
 example0_SOURCES = example0.c