]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adding ttml
authorBrian West <brian@freeswitch.org>
Mon, 14 Jan 2008 15:24:14 +0000 (15:24 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 14 Jan 2008 15:24:14 +0000 (15:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7210 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 968563edcfb3bfc58ab03f3db45be246d00e53ce..31a3b1803176b960ca707e4a2c2689732b48c655 100644 (file)
@@ -168,7 +168,7 @@ $(switch_builddir)/quiet_libtool: $(switch_builddir)/libtool
 
 samples-conf:
        test -d $(DESTDIR)$(prefix)/conf || $(mkinstalldirs) $(DESTDIR)$(prefix)/conf
-       for conffile in `find conf -name \*.xml && find conf -name \*.conf && find conf -name \*.tpl && find conf -name mime.types` ; do \
+       for conffile in `find conf -name \*.xml && find conf -name \*.conf && find conf -name \*.tpl  && find conf -name \*.ttml && find conf -name mime.types` ; do \
                dir=`echo $$conffile | sed -e 's|/[^/]*$$||'`; \
                filename=`echo $$conffile | sed -e 's|^.*/||'`; \
                test -d $(DESTDIR)$(PREFIX)/$$dir || $(mkinstalldirs) $(DESTDIR)$(prefix)/$$dir ; \