mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-15 14:36:45 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11979 d0543943-73ff-0310-b7d9-9358b9ac24b2
10 lines
358 B
Makefile
10 lines
358 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_bits.h speex_buffer.h speex_callbacks.h \
|
|
speex_echo.h speex_header.h speex_jitter.h speex_preprocess.h speex_resampler.h \
|
|
speex_stereo.h speex_types.h
|
|
|