[Freeswitch-svn] [commit] r2609 - freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python

Freeswitch SVN docelmo at freeswitch.org
Sun Sep 10 03:45:27 EDT 2006


Author: docelmo
Date: Sun Sep 10 03:45:25 2006
New Revision: 2609

Modified:
   freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile

Log:
Yet another fix to the Makefile

Modified: freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile
==============================================================================
--- freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile	(original)
+++ freeswitch/branches/docelmo/trunk/src/mod/languages/mod_python/Makefile	Sun Sep 10 03:45:25 2006
@@ -1,7 +1,7 @@
 LCFLAGS=-fPIC -DZTS -DPTHREADS -Xlinker -export-dynamic
-CFLAGS += -fPIC -I/usr/include/python2.3/ -lpython2.3 -Xlinker -export-dynamic -L/usr/lib/
+CFLAGS += -fPIC -I$(PREFIX)/include/python2.4/
 PYMOD=freeswitch
-LDFLAGS=-lpython2.3 -Xlinker -export-dynamic -L/usr/lib/
+LDFLAGS=-lpython2.4 -Xlinker -export-dynamic -L$(PREFIX)/lib/python2.4/config/
 
 all:	depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(PYMOD).$(DYNAMIC_LIB_EXTEN)
 



More information about the Freeswitch-svn mailing list