From: Mathieu Parent Date: Wed, 23 Sep 2009 16:55:10 +0000 (+0000) Subject: mod_tts_commandline: commit initial Makefile X-Git-Tag: v1.0.6~1825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a129dcfa0598429b35501f3ab4dcee7429789f7c;p=thirdparty%2Ffreeswitch.git mod_tts_commandline: commit initial Makefile git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14956 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_tts_commandline/Makefile b/src/mod/asr_tts/mod_tts_commandline/Makefile new file mode 100644 index 0000000000..2c35e6e98f --- /dev/null +++ b/src/mod/asr_tts/mod_tts_commandline/Makefile @@ -0,0 +1,2 @@ +BASE=../../../.. +include $(BASE)/build/modmake.rules