Lines 1-7
Link Here
|
1 |
--- wscript.orig 2013-03-02 08:57:47.000000000 +0000 |
1 |
--- wscript.orig 2015-06-13 01:00:10 UTC |
2 |
+++ wscript 2013-06-30 06:22:09.109879947 +0000 |
2 |
+++ wscript |
3 |
@@ -90,7 +90,7 @@ |
3 |
@@ -93,7 +93,7 @@ def build(bld): |
4 |
SRC += ' tevent_epoll.c' |
4 |
SRC += ' tevent_port.c' |
5 |
|
5 |
|
6 |
if bld.env.standalone_tevent: |
6 |
if bld.env.standalone_tevent: |
7 |
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' |
7 |
- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' |
Lines 9-20
Link Here
|
9 |
private_library = False |
9 |
private_library = False |
10 |
else: |
10 |
else: |
11 |
private_library = True |
11 |
private_library = True |
12 |
@@ -120,7 +120,7 @@ |
12 |
@@ -121,7 +121,7 @@ def build(bld): |
13 |
pattern='tevent.py', |
13 |
cflags='-DPACKAGE_VERSION=\"%s\"' % VERSION) |
14 |
installdir='python') |
|
|
15 |
|
14 |
|
16 |
- bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False) |
|
|
17 |
+ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py*', flat=False) |
18 |
|
15 |
|
|
|
16 |
- bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py', flat=False) |
17 |
+ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'tevent.py*', flat=False) |
19 |
|
18 |
|
20 |
def test(ctx): |
19 |
# install out various python scripts for use by make test |
|
|
20 |
bld.SAMBA_SCRIPT('tevent_python', |