Skip to content

Commit

Permalink
Add config.h dependency to _helpers in csetup.py.
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Browning <[email protected]>
  • Loading branch information
rlbdv authored and apenwarr committed Jun 9, 2011
1 parent ce9a6e0 commit 2bb7296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/bup/csetup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from distutils.core import setup, Extension

_helpers_mod = Extension('_helpers', sources=['_helpers.c', 'bupsplit.c'])
_helpers_mod = Extension('_helpers',
sources=['_helpers.c', 'bupsplit.c'],
depends=['../../config/config.h'])

setup(name='_helpers',
version='0.1',
Expand Down

0 comments on commit 2bb7296

Please sign in to comment.