git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6210
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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: