fix spandsp install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10578 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6ea585954f
commit
e827da5620
|
@ -11,3 +11,11 @@ include $(BASE)/build/modmake.rules
|
|||
$(SPANDSP_LA): $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
|
||||
cd $(SPANDSP_DIR) && $(MAKE)
|
||||
$(TOUCH_TARGET)
|
||||
|
||||
|
||||
depend_install: $(DESTDIR)$(libdir)/libspandsp.la
|
||||
|
||||
$(DESTDIR)$(libdir)/libspandsp.la: $(SPANDSP_LA)
|
||||
cd $(SPANDSP_DIR) && $(MAKE) install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue