[Freeswitch-svn] [commit] r7210 - freeswitch/trunk

Freeswitch SVN brian at freeswitch.org
Mon Jan 14 10:24:14 EST 2008


Author: brian
Date: Mon Jan 14 10:24:14 2008
New Revision: 7210

Modified:
   freeswitch/trunk/Makefile.am

Log:
adding ttml

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Mon Jan 14 10:24:14 2008
@@ -168,7 +168,7 @@
 
 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 ; \



More information about the Freeswitch-svn mailing list