shithub: sox

Download patch

ref: 19b4b232666fe3107eb0adef1e4706669cba6bed
parent: 04ff48d65603eee3181418c6575aa07b879f03c3
author: rrt <rrt>
date: Wed Aug 12 09:30:24 EDT 2009

Add include{,_nodist}_HEADERS to ALL_SOURCES.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -165,6 +165,8 @@
 	$(RM) soxstdint.h
 
 ALL_SOURCES = \
+	$(include_HEADERS) \
+	$(nodist_include_HEADERS) \
 	$(sox_SOURCES) \
 	$(example0_SOURCES) \
 	$(example1_SOURCES) \