From: Michael Jerris Date: Tue, 3 Apr 2007 12:04:14 +0000 (+0000) Subject: fix dependencies to handle make -j X-Git-Tag: v1.0-beta1~608 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbe06fd59b18605372bf50536a784f93568aa59;p=thirdparty%2Ffreeswitch.git fix dependencies to handle make -j git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4842 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/Makefile b/src/mod/endpoints/mod_sofia/Makefile index 676522a8b3..a5d3571351 100644 --- a/src/mod/endpoints/mod_sofia/Makefile +++ b/src/mod/endpoints/mod_sofia/Makefile @@ -14,6 +14,8 @@ LOCAL_CFLAGS += -I$(SOFIAUA_DIR)/stun -I$(SOFIAUA_DIR)/su LOCAL_CFLAGS += -I$(SOFIAUA_DIR)/tport -I$(SOFIAUA_DIR)/url LOCAL_OBJS=sofia.o sofia_glue.o sofia_presence.o sofia_reg.o +$(LOCAL_OBJS): $(SOFIALA) + SOFIALA=$(SOFIAUA_DIR)/libsofia-sip-ua.la LOCAL_LIBADD=$(SOFIALA)