mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
da925bddf8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13790 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
254 B
Makefile
16 lines
254 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS =
|
|
|
|
if DEMOSYNTH_PLUGIN
|
|
SUBDIRS += demo-synth
|
|
endif
|
|
|
|
if DEMORECOG_PLUGIN
|
|
SUBDIRS += demo-recog
|
|
endif
|
|
|
|
if CEPSTRAL_PLUGIN
|
|
SUBDIRS += mrcp-cepstral
|
|
endif
|