mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
use DYNAMIC_LIB_EXTEN on modwipe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1082 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f029d97c64
commit
550a64e299
@ -189,7 +189,7 @@ installall: install install_mod
|
|||||||
wayclean: clean modclean
|
wayclean: clean modclean
|
||||||
|
|
||||||
modwipe:
|
modwipe:
|
||||||
rm -f $(PREFIX)/mod/*.so
|
rm -f $(PREFIX)/mod/*.${DYNAMIC_LIB_EXTEN}
|
||||||
|
|
||||||
install_mod: modules
|
install_mod: modules
|
||||||
@echo Installing $(NAME)
|
@echo Installing $(NAME)
|
||||||
|
@ -1079,7 +1079,7 @@ installall: install install_mod
|
|||||||
wayclean: clean modclean
|
wayclean: clean modclean
|
||||||
|
|
||||||
modwipe:
|
modwipe:
|
||||||
rm -f $(PREFIX)/mod/*.so
|
rm -f $(PREFIX)/mod/*.${DYNAMIC_LIB_EXTEN}
|
||||||
|
|
||||||
install_mod: modules
|
install_mod: modules
|
||||||
@echo Installing $(NAME)
|
@echo Installing $(NAME)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user