mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
revert files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14277 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
+1
-2
@@ -12,8 +12,7 @@ LDFLAGS=-L.
|
||||
OBJS=src/esl.o src/esl_event.o src/esl_threadmutex.o src/esl_config.o
|
||||
SRC=src/esl.c src/esl_event.c src/esl_threadmutex.c src/esl_config.c src/esl_oop.cpp
|
||||
HEADERS=src/include/esl_config.h src/include/esl_event.h src/include/esl.h src/include/esl_threadmutex.h src/include/esl_oop.h
|
||||
//SOLINK=-shared -Xlinker -x
|
||||
SOLINK=-dynamiclib -Xlinker -x
|
||||
SOLINK=-shared -Xlinker -x
|
||||
# comment the next line to disable c++ (no swig mods for you then)
|
||||
OBJS += src/esl_oop.o
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
LOCAL_CFLAGS=-I/usr/include/python2.4
|
||||
LOCAL_LDFLAGS=-framework python
|
||||
#LOCAL_LDFLAGS=-lpython2.4
|
||||
LOCAL_LDFLAGS=-lpython2.4
|
||||
|
||||
all: _ESL.so
|
||||
|
||||
|
||||
@@ -137,8 +137,7 @@ template <typename T> T SwigValueInit() {
|
||||
|
||||
|
||||
/* Python.h has to appear first */
|
||||
//#include <Python.h>
|
||||
#include <Python/Python.h>
|
||||
#include <Python.h>
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* swigrun.swg
|
||||
|
||||
Reference in New Issue
Block a user