setup.py
changeset 28541 4b81487a01d4
parent 28432 2377c4ac4eec
child 28609 c11f0992d124
equal deleted inserted replaced
28540:012411b9940d 28541:4b81487a01d4
   504             }
   504             }
   505 
   505 
   506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
   506 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
   507             'mercurial.pure',
   507             'mercurial.pure',
   508             'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf',
   508             'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf',
   509             'hgext.largefiles']
   509             'hgext.largefiles', 'hgext3rd']
   510 
   510 
   511 common_depends = ['mercurial/util.h']
   511 common_depends = ['mercurial/util.h']
   512 
   512 
   513 osutil_ldflags = []
   513 osutil_ldflags = []
   514 
   514