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

Freeswitch SVN brian at freeswitch.org
Fri Nov 9 15:41:11 EST 2007


Author: brian
Date: Fri Nov  9 15:41:11 2007
New Revision: 6210

Modified:
   freeswitch/trunk/Makefile.am

Log:
woops

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Nov  9 15:41:11 2007
@@ -158,11 +158,14 @@
 
 install-data-local:
 	@echo Installing $(NAME)
-	@for x in conf mod db log log/xml_cdr bin scripts htdocs grammar ; do \
+	@for x in conf conf/dialplan conf/directory conf/sip_profiles mod db log log/xml_cdr bin scripts htdocs grammar ; do \
 		$(mkinstalldirs) $(DESTDIR)$(prefix)/$$x ; \
 	 done
 	@if [ ! -f $(DESTDIR)$(PREFIX)/conf/freeswitch.xml ] ; then \
 		$(INSTALL) conf/*.xml $(DESTDIR)$(PREFIX)/conf ; \
+		$(INSTALL) conf/sip_profiles/*.xml $(DESTDIR)$(PREFIX)/conf/sip_profiles ; \
+		$(INSTALL) conf/dialplan/*.xml $(DESTDIR)$(PREFIX)/conf/dialplan ; \
+		$(INSTALL) conf/directory/*.xml $(DESTDIR)$(PREFIX)/conf/directory ; \
 	 fi
 
 .version:



More information about the Freeswitch-svn mailing list