Changeset 1494
- Timestamp:
- 12/15/07 21:07:52 (9 months ago)
- Files:
-
- libemu/trunk/bindings/python/setup.py.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libemu/trunk/bindings/python/setup.py.in
r1491 r1494 5 5 libemu = Extension('libemu', 6 6 sources = ['libemu_module.c'], 7 include_dirs = [' ../../include'],7 include_dirs = ['@includedir@'], 8 8 library_dirs = ['@libdir@'], 9 9 libraries = ['emu'], … … 11 11 12 12 setup (name = 'libemu', 13 version = ' 0.1.0',14 description = 'Python interface to the libemu x86 emu altor.',13 version = '@VERSION@', 14 description = 'Python interface to the libemu x86 emulator.', 15 15 author = 'Georg Wicherski', 16 16 author_email = 'gw@mwcollect.org',
