[Freeswitch-svn] [commit] r4842 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Tue Apr 3 08:04:14 EDT 2007
Author: mikej
Date: Tue Apr 3 08:04:14 2007
New Revision: 4842
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile
Log:
fix dependencies to handle make -j
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile Tue Apr 3 08:04:14 2007
@@ -14,6 +14,8 @@
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)
More information about the Freeswitch-svn
mailing list