fix spandsp install

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10578 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-12-03 18:38:14 +00:00
parent 6ea585954f
commit e827da5620
1 changed files with 8 additions and 0 deletions

View File

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