From d7c16b43920636f1d7181545e63ee93342907676 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 18 Nov 2009 19:46:29 +0000 Subject: [PATCH] fix --srcdir for modules.conf git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15526 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a6a228aa66..48ea0fd407 100644 --- a/Makefile.am +++ b/Makefile.am @@ -513,7 +513,7 @@ libclean: @for file in `ls ./libs`; do pushd "./libs/"$$file; make clean; rm -f .built; popd; done modules.conf: - if test -f $@; then touch $@; else cp build/modules.conf.in $@ ;fi + if test -f $@; then touch $@; else cp $(switch_srcdir)/build/modules.conf.in $@ ;fi $(OUR_MODULES): @set fnord $$MAKEFLAGS; amf=$$2; \