update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8212 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a4f4228b2d
commit
c0058bfe0d
|
@ -13,8 +13,10 @@ glua.o: mod_lua_wrap.cpp
|
|||
$(LIBLUA_A):
|
||||
cd lua && $(MAKE) CFLAGS="$(ALL_CFLAGS) -DLUA_USE_LINUX -w" liblua.a
|
||||
|
||||
allclean: clean
|
||||
luaclean:
|
||||
cd lua && $(MAKE) clean
|
||||
|
||||
allclean: clean luaclean
|
||||
rm -f mod_lua_wrap.* freeswitch_lua.$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
swigclean:
|
||||
|
|
Loading…
Reference in New Issue