add custom build output on modules install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4649 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f773e2b12d
commit
1b1655db3b
|
@ -120,7 +120,8 @@ mod_clean:
|
|||
mod_install: $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
$(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN):$(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
@$(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod
|
||||
@echo installing $<
|
||||
@$(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod >/dev/null
|
||||
|
||||
mod_uninstall:
|
||||
@$(LTUNINSTALL) $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
|
Loading…
Reference in New Issue