fix dependency

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15900 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-12-11 03:55:02 +00:00
parent ae67ecceac
commit b1bc85029c
1 changed files with 1 additions and 1 deletions

View File

@ -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: