[asterisk-commits] russell: branch russell/bindings r103276 - in /team/russell/bindings: cdr/ res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Feb 10 12:59:05 CST 2008
Author: russell
Date: Sun Feb 10 12:59:04 2008
New Revision: 103276
URL: http://svn.digium.com/view/asterisk?view=rev&rev=103276
Log:
svn mv cdr_python res_python
Added:
team/russell/bindings/res/res_python.c
- copied unchanged from r103275, team/russell/bindings/cdr/cdr_python.c
Removed:
team/russell/bindings/cdr/cdr_python.c
Modified:
team/russell/bindings/cdr/Makefile
team/russell/bindings/res/Makefile
Modified: team/russell/bindings/cdr/Makefile
URL: http://svn.digium.com/view/asterisk/team/russell/bindings/cdr/Makefile?view=diff&rev=103276&r1=103275&r2=103276
==============================================================================
--- team/russell/bindings/cdr/Makefile (original)
+++ team/russell/bindings/cdr/Makefile Sun Feb 10 12:59:04 2008
@@ -17,14 +17,4 @@
all: _all
-cdr_python.so: cdr_python.o python_cdr_wrap.o
-
-python_cdr_wrap.o: ASTCFLAGS+=$(PYTHON_INCLUDE)
-
-python_cdr_wrap.c: ../bindings/cdr_wrap.c
- @cp $< $@
-
-clean::
- rm -f python_cdr_wrap.c
-
include $(ASTTOPDIR)/Makefile.moddir_rules
Modified: team/russell/bindings/res/Makefile
URL: http://svn.digium.com/view/asterisk/team/russell/bindings/res/Makefile?view=diff&rev=103276&r1=103275&r2=103276
==============================================================================
--- team/russell/bindings/res/Makefile (original)
+++ team/russell/bindings/res/Makefile Sun Feb 10 12:59:04 2008
@@ -48,6 +48,14 @@
ael/pval.o: ael/pval.c
+res_python.so: res_python.o python_cdr_wrap.o
+
+python_cdr_wrap.o: ASTCFLAGS+=$(PYTHON_INCLUDE)
+
+python_cdr_wrap.c: ../bindings/cdr_wrap.c
+ @cp $< $@
+
clean::
rm -f snmp/*.o
rm -f ael/*.o
+ rm -f python_cdr_wrap.c
More information about the asterisk-commits
mailing list