setup.py
changeset 32423 34bd3cd28dcb
parent 32417 7d0c69505a66
child 32458 0906b85bf222
equal deleted inserted replaced
32422:2e5a476b2e46 32423:34bd3cd28dcb
   589             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
   589             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
   590             'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
   590             'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
   591 
   591 
   592 common_depends = ['mercurial/bitmanipulation.h',
   592 common_depends = ['mercurial/bitmanipulation.h',
   593                   'mercurial/compat.h',
   593                   'mercurial/compat.h',
   594                   'mercurial/util.h']
   594                   'mercurial/cext/util.h']
   595 common_include_dirs = ['mercurial']
   595 common_include_dirs = ['mercurial']
   596 
   596 
   597 osutil_cflags = []
   597 osutil_cflags = []
   598 osutil_ldflags = []
   598 osutil_ldflags = []
   599 
   599