fix dependency
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15900 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ae67ecceac
commit
b1bc85029c
|
@ -20,7 +20,7 @@ reswig: swigclean freeswitch_wrap.cxx
|
|||
local_depend:
|
||||
cd managed && $(MAKE)
|
||||
|
||||
local_install: $(DESTDIR)$(MODINSTDIR)/mod_managed.so
|
||||
local_install: $(DESTDIR)$(MODINSTDIR)/mod_managed.$(LIBTOOL_LIB_EXTEN)
|
||||
cd managed && $(MAKE) INSTALL="$(LTINSTALL)" MODINSTDIR=$(MODINSTDIR) DESTDIR=$(DESTDIR) install
|
||||
|
||||
local_uninstall:
|
||||
|
|
Loading…
Reference in New Issue