Changeset 1494

Show
Ignore:
Timestamp:
12/15/07 21:07:52 (9 months ago)
Author:
common
Message:

libemu

  • python bindings auto*
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/bindings/python/setup.py.in

    r1491 r1494  
    55libemu = Extension('libemu', 
    66                    sources = ['libemu_module.c'], 
    7                     include_dirs = ['../../include'], 
     7                    include_dirs = ['@includedir@'], 
    88                    library_dirs = ['@libdir@'], 
    99                    libraries = ['emu'], 
     
    1111 
    1212setup (name = 'libemu', 
    13        version = '0.1.0', 
    14        description = 'Python interface to the libemu x86 emualtor.', 
     13       version = '@VERSION@', 
     14       description = 'Python interface to the libemu x86 emulator.', 
    1515       author = 'Georg Wicherski', 
    1616       author_email = 'gw@mwcollect.org',