working on build integration for libunimrcp

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13793 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-06-16 22:41:26 +00:00
parent 4691e9157d
commit dfbd361b9d
5 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ LOCAL_LIBADD=$(UNIMRCPLA)
include $(BASE)/build/modmake.rules
$(UNIMRCPLA): $(UNIMRCP_DIR)
$(UNIMRCPLA): $(UNIMRCP_DIR) $(UNIMRCP_DIR)/.update
cd $(UNIMRCP_DIR) && $(MAKE)
$(TOUCH_TARGET)