[Freeswitch-users] Building in a builddir using --srcdir option but modules still build in srcdir

2009-11-23 Thread Robert Hadley
I am trying to build in a subdirectory off the Freeswitch source. I can configure successfully and have make working for switch files and the libraries, but I am having trouble with the modules in src/mod. They still compile in the src/mod folders. Any ideas? Thanks, Robert

Re: [Freeswitch-users] Building in a builddir using --srcdir option but modules still build in srcdir

2009-11-23 Thread Michael Jerris
The Makefile rules that those are built with can all be found in build/modmake.rules.in. I looked them over real quick and they look right, maybe try throwing some debug echo statements in there or build with env var of VERBOSE=1 to see more of what is going on and toss a patch to correct the