/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-07 06:32:31 UTC
  • mfrom: (4241.6.6 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090407063231-wwssbcpv1p0p31jk
(robertc) Add new compressor groupcompress. (Robert Collins,
        John Arbash Meinel, Ian Clathworthy, Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
 
261
261
 
262
262
add_pyrex_extension('bzrlib._btree_serializer_c')
 
263
add_pyrex_extension('bzrlib._groupcompress_pyx',
 
264
                    extra_source=['bzrlib/diff-delta.c'])
263
265
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
264
266
add_pyrex_extension('bzrlib._knit_load_data_c')
265
267
add_pyrex_extension('bzrlib._chk_map_pyx', libraries=['z'])