[Freeswitch-svn] [commit] r4844 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Tue Apr 3 09:11:57 EDT 2007
Author: mikej
Date: Tue Apr 3 09:11:57 2007
New Revision: 4844
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile
Log:
take 4 fixing dependencies for proper make -j build
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 09:11:57 2007
@@ -13,6 +13,7 @@
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_SOURCES=sofia.c sofia_glue.c sofia_presense.c sofia_reg.c mod_sofia.c
SOFIALA=$(SOFIAUA_DIR)/libsofia-sip-ua.la
@@ -28,3 +29,6 @@
local_depend: $(SOFIALA)
+../../../../libs/sofia-sip/libsofia-sip-ua/nua/sofia-sip/nua_tag.h: $(SOFIALA)
+
+$(LOCAL_OBJS) $(LOCAL_SOURCES): ../../../../libs/sofia-sip/libsofia-sip-ua/nua/sofia-sip/nua_tag.h
More information about the Freeswitch-svn
mailing list