mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-19 22:33:45 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3759 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
344 B
Makefile
16 lines
344 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
|
|
|