blob: 68789ac96012da114516453a5511585a11340acd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
# Historically, these headers were part of the speex package, so in order to
# keep compatibility with existing software we need to keep installing them
# in the same place as they were found then. If new functionality, with new
# headers, are added later, some thought should be given as to whether they
# should instead go somewhere other than $prefix/include/speex.
speexincludedir = $(includedir)/speex
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
|