fix build error

This commit is contained in:
speyrefitte
2015-01-06 16:18:11 +01:00
parent a3839e47c4
commit 33dbbf45d4

View File

@@ -26,7 +26,8 @@ setup(name='rdpy',
ext_modules=[Extension('rle', ['ext/rle.c'])],
scripts = [
'bin/rdpy-rdpclient.py',
'bin/rdpy-rdpproxy.py',
'bin/rdpy-rdpshare.py',
'bin/rdpy-rdpmitm.py',
'bin/rdpy-rdpscreenshot.py',
'bin/rdpy-vncclient.py',
'bin/rdpy-vncscreenshot.py'