]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_tts_commandline: commit initial Makefile
authorMathieu Parent <math.parent@gmail.com>
Wed, 23 Sep 2009 16:55:10 +0000 (16:55 +0000)
committerMathieu Parent <math.parent@gmail.com>
Wed, 23 Sep 2009 16:55:10 +0000 (16:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14956 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_tts_commandline/Makefile [new file with mode: 0644]

diff --git a/src/mod/asr_tts/mod_tts_commandline/Makefile b/src/mod/asr_tts/mod_tts_commandline/Makefile
new file mode 100644 (file)
index 0000000..2c35e6e
--- /dev/null
@@ -0,0 +1,2 @@
+BASE=../../../..
+include $(BASE)/build/modmake.rules