mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
we should never include off the installed includes, only the source tree ones.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4784 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4341b8e6e4
commit
24b1a46ceb
@ -78,8 +78,8 @@ AC_SUBST(RESAMPLE_CFLAGS)
|
||||
AM_CONDITIONAL([USE_INTREE_RESAMPLE],[test "${enable_resample}" = "yes"])
|
||||
|
||||
# set defaults for use on all platforms
|
||||
SWITCH_AM_CFLAGS="-I${switch_srcdir}/src/include -I${prefix}/include"
|
||||
SWITCH_AM_CXXFLAGS="-I${switch_srcdir}/src/include -I${prefix}/include"
|
||||
SWITCH_AM_CFLAGS="-I${switch_srcdir}/src/include"
|
||||
SWITCH_AM_CXXFLAGS="-I${switch_srcdir}/src/include"
|
||||
SWITCH_AM_LDFLAGS="-lm -L/usr/local/lib"
|
||||
|
||||
#set SOLINK variable based on compiler and host
|
||||
|
Loading…
x
Reference in New Issue
Block a user