/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: Jelmer Vernooij
  • Date: 2017-06-10 18:34:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610183412-s9fro6la0e1848x6
More moves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
        else:
280
280
            source = [c_name]
281
281
    source.extend(extra_source)
 
282
    include_dirs = ['breezy']
282
283
    ext_modules.append(Extension(module_name, source,
283
 
        define_macros=define_macros, libraries=libraries))
 
284
        define_macros=define_macros, libraries=libraries,
 
285
        include_dirs=include_dirs))
284
286
 
285
287
 
286
288
add_cython_extension('breezy._annotator_pyx')