This commit is contained in:
Zach Tibbitts 2007-02-19 23:05:22 +00:00
parent 6c74a8d4ad
commit bb73f75104
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
include LICENSE
include README
include deluge.desktop
include deluge.xpm
recursive-include libtorrent/ *
recursive-include glade/ *.glade
recursive-include pixmaps/ *.png *.svg *.xpm
recursive-include include/ *.hpp *.ipp
recursive-include pixmaps/ *.png
recursive-include plugins/ *

View File

@ -29,7 +29,7 @@ pythonVersion = platform.python_version()[0:3]
removals = ['-g', '-DNDEBUG', '-O2', '-Wstrict-prototypes']
additions = ['-DNDEBUG', '-O2']
if pythonVersion == '2.4':
if pythonVersion == '2.5':
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
for removal in removals:
cv_opt = cv_opt.replace(removal, " ")