forked from Mirrors/freeswitch
FS-3128
This commit is contained in:
parent
c885d09f23
commit
44bfcf1d7c
|
@ -1,3 +1,5 @@
|
|||
opt/freeswitch/conf/autoload_configs/python.conf.xml
|
||||
opt/freeswitch/mod/mod_python.so*
|
||||
usr/lib/python2.*/*-packages/freeswitch.py*
|
||||
usr/lib/python2.*/*-packages/ESL.py*
|
||||
usr/lib/python2.*/*-packages/_ESL.so*
|
||||
|
|
|
@ -208,6 +208,7 @@ install: build
|
|||
dh_installdirs -A
|
||||
|
||||
VERBOSE=1 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
||||
cd libs/esl && VERBOSE=1 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install && cd -
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
|
@ -16,7 +16,9 @@ SOLINK=-shared -Xlinker -x
|
|||
# comment the next line to disable c++ (no swig mods for you then)
|
||||
OBJS += src/esl_oop.o
|
||||
|
||||
all: $(MYLIB) fs_cli testclient testserver ivrd
|
||||
all: $(MYLIB) fs_cli testclient testserver ivrd pymod
|
||||
|
||||
install: pymod-install
|
||||
|
||||
$(MYLIB): $(OBJS) $(HEADERS) $(SRC)
|
||||
ar rcs $(MYLIB) $(OBJS)
|
||||
|
|
Loading…
Reference in New Issue