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

Freeswitch SVN mikej at freeswitch.org
Fri Feb 15 18:53:58 EST 2008


Author: mikej
Date: Fri Feb 15 18:53:58 2008
New Revision: 7644

Modified:
   freeswitch/trunk/Makefile.am

Log:
add prefix/recordings

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Feb 15 18:53:58 2008
@@ -193,7 +193,7 @@
 
 install-data-local:
 	@echo Installing $(NAME)
-	@for x in mod db log log/xml_cdr bin scripts grammar ; do \
+	@for x in mod db log log/xml_cdr bin scripts grammar recordings ; do \
 		$(mkinstalldirs) $(DESTDIR)$(prefix)/$$x ; \
 	 done
 	test -d $(DESTDIR)$(prefix)/conf || $(MAKE) samples-conf



More information about the Freeswitch-svn mailing list