mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
9 lines
282 B
Makefile
9 lines
282 B
Makefile
|
## Process this file with automake to produce Makefile.in. -*-Makefile-*-
|
||
|
|
||
|
# Disable automatic dependency tracking if using other tools than gcc and gmake
|
||
|
#AUTOMAKE_OPTIONS = no-dependencies
|
||
|
|
||
|
SUBDIRS = libspeex libspeexdsp speexenc speexdec tests
|
||
|
|
||
|
EXTRA_DIST = libspeex.sln
|