FS-6293: srcdir builds, most of the built in mods work now

This commit is contained in:
Michael Jerris
2014-03-14 23:13:34 -04:00
parent e911986a72
commit 048ce8d1f3
6 changed files with 13 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ all:
@echo " + http://www.cluecon.com +"
@echo " + +"
@echo " +-----------------------------------------------+"
@cat ../cluecon2.tmpl
@cat $(switch_srcdir)/cluecon2.tmpl
install:
@echo " +---------- FreeSWITCH install Complete ----------+"
@@ -70,7 +70,7 @@ install:
@echo " + http://www.cluecon.com +"
@echo " + +"
@echo " +-------------------------------------------------+"
@cat ../cluecon2.tmpl
@cat $(switch_srcdir)/cluecon2.tmpl
@sh modcheck.sh $(modulesdir)
.PHONY: check dvi html info install-data \