• Sebastian Kemper's avatar
    FS-10384 [mod_lua] Fix Makefile target · 56f766f3
    Sebastian Kemper 提交于
    When running "make swigclean" in mod_lua directory and trying to compile
    mod_lua afterward, the build fails because the target mod_lua_wrap.cpp
    doesn't exist. The target is wrongly called lua_wrap instead.
    
    making all mod_lua
    make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua'
      CXX mod_lua_la-mod_lua.lo
      CXX mod_lua_la-freeswitch_lua.lo
    make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop.
    
    Fix this by renaming lua_wrap to mod_lua_wrap.cpp.
    Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
    56f766f3
名称
最后提交
最后更新
..
.gitattributes 正在载入提交数据...
Makefile.am 正在载入提交数据...
freeswitch.i 正在载入提交数据...
freeswitch_lua.cpp 正在载入提交数据...
freeswitch_lua.h 正在载入提交数据...
hack.diff 正在载入提交数据...
lua-mode.el 正在载入提交数据...
mod_lua.2015.vcxproj 正在载入提交数据...
mod_lua.cpp 正在载入提交数据...
mod_lua_extra.c 正在载入提交数据...
mod_lua_extra.h 正在载入提交数据...
mod_lua_wrap.cpp 正在载入提交数据...
my_swigable_cpp.h 正在载入提交数据...