[Freeswitch-svn] [commit] r4843 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
mikej at freeswitch.org
Tue Apr 3 08:29:18 EDT 2007
Author: mikej
Date: Tue Apr 3 08:29:18 2007
New Revision: 4843
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/Makefile
Log:
another try on proper deps
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:29:18 2007
@@ -14,8 +14,6 @@
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)
@@ -27,3 +25,6 @@
$(SOFIALA): $(SOFIA_DIR) $(SOFIA_DIR)/.update
cd $(SOFIA_DIR) && $(MAKE)
$(TOUCH_TARGET)
+
+local_depend: $(SOFIALA)
+
More information about the Freeswitch-svn
mailing list