Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2014-12-07 02:49:24 +0300
committerTristan Matthews <tmatth@videolan.org>2014-12-07 02:49:24 +0300
commitac91846ffae99867bbf076a9e3f0d01276d47646 (patch)
treeb38ac3f9ded33ca6756dd32c0aa22fbb20701591
parent9e760c18472cd8ac04d228e3b25dee2bbc8975fc (diff)
ensure speex_buffer.h is included in dist but not installed
-rw-r--r--include/speex/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/speex/Makefile.am b/include/speex/Makefile.am
index ebddaa8..68789ac 100644
--- a/include/speex/Makefile.am
+++ b/include/speex/Makefile.am
@@ -14,3 +14,5 @@ nodist_speexinclude_HEADERS = speexdsp_config_types.h
speexinclude_HEADERS = speex_echo.h speex_jitter.h speex_preprocess.h speex_resampler.h \
speexdsp_types.h
+noinst_HEADERS=speex_buffer.h
+