fix mod_managed build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16267 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2010-01-12 22:38:14 +00:00
parent 130a566342
commit c61fded460
1 changed files with 4 additions and 4 deletions

View File

@ -20,12 +20,12 @@ reswig: swigclean freeswitch_wrap.cxx
local_depend:
cd managed && $(MAKE)
local_install: $(DESTDIR)$(MODINSTDIR)/mod_managed.$(LIBTOOL_LIB_EXTEN)
cd managed && $(MAKE) INSTALL="$(LTINSTALL)" MODINSTDIR=$(MODINSTDIR) DESTDIR=$(DESTDIR) install
local_install: $(DESTDIR)$(modulesdir)/mod_managed.$(LIBTOOL_LIB_EXTEN)
cd managed && $(MAKE) INSTALL="$(LTINSTALL)" MODINSTDIR=$(modulesdir) DESTDIR=$(DESTDIR) install
local_uninstall:
rm -fr $(MODINSTDIR)/mod_managed.so
cd managed && $(MAKE) UNINSTALL="$(LTUNINSTALL)" MODINSTDIR=$(MODINSTDIR) uninstall
rm -fr $(DESTDIR)$(modulesdir)/mod_managed.so
cd managed && $(MAKE) UNINSTALL="$(LTUNINSTALL)" MODINSTDIR=$(modulesdir) uninstall
local_clean:
cd managed && $(MAKE) clean