17 lines
377 B
Makefile
17 lines
377 B
Makefile
# Disable automatic dependency tracking if using other tools than gcc and gmake
|
|
#AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
nodist_pkginclude_HEADERS = speex_config_types.h
|
|
|
|
pkginclude_HEADERS = speex.h \
|
|
speex_types.h \
|
|
speex_bits.h \
|
|
speex_header.h \
|
|
speex_callbacks.h \
|
|
speex_stereo.h \
|
|
speex_preprocess.h \
|
|
speex_jitter.h \
|
|
speex_echo.h \
|
|
pcm_wrapper.h
|
|
|