]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3128
authorcypromis <michal.bielicki@seventhsignal.de>
Sun, 20 Mar 2011 10:00:51 +0000 (11:00 +0100)
committercypromis <michal.bielicki@seventhsignal.de>
Sun, 20 Mar 2011 10:00:51 +0000 (11:00 +0100)
debian/freeswitch-python.install
debian/rules
libs/esl/Makefile

index 2773f0c7809f937926d3243600dc070141d1f3b4..247c26d6729bd60782d8ae9c292296b02ab42fd5 100644 (file)
@@ -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*
index 94aee73a00df3926891db4972633860da41ce9e9..0490d546f4ee11c17b1aecbb5a8f78e70e32367b 100755 (executable)
@@ -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.
index 7363304cdb49197b2dd4002b85c4ccc31a3d5c27..da7926d49b15eb9748e3251764ca11a9acf3afcb 100644 (file)
@@ -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)