This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
speex-webrtc-test/external/SpeexDSP/speexdsp-1.2.0/include/speex/Makefile.am
2020-11-07 19:58:52 +03:00

18 lines
722 B
Makefile

# 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