~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2009-10-08 16:01:53 UTC
  • mfrom: (4679.5.2 2.1-static-tuple-no-use)
  • mto: This revision was merged to the branch mainline in revision 4771.
  • Revision ID: john@arbash-meinel.com-20091008160153-krcoicv53v517v7f
Merge in the static-tuple-no-use branch, and bring back the chk_map use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
 
266
266
add_pyrex_extension('bzrlib._annotator_pyx')
267
267
add_pyrex_extension('bzrlib._bencode_pyx')
 
268
add_pyrex_extension('bzrlib._btree_serializer_pyx')
268
269
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
269
270
add_pyrex_extension('bzrlib._groupcompress_pyx',
270
271
                    extra_source=['bzrlib/diff-delta.c'])
297
298
add_pyrex_extension('bzrlib._simple_set_pyx')
298
299
ext_modules.append(Extension('bzrlib._static_tuple_c',
299
300
                             ['bzrlib/_static_tuple_c.c']))
300
 
add_pyrex_extension('bzrlib._btree_serializer_pyx')
301
 
 
302
301
 
303
302
if unavailable_files:
304
303
    print 'C extension(s) not found:'