Changeset 791 for trunk/python


Ignore:
Timestamp:
Jul 30, 2007 6:40:27 PM (17 years ago)
Author:
dkearney
Message:

renamed the python rappture library source file

Location:
trunk/python
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py.in

    r790 r791  
    55library_module = Extension('Rappture.library',
    66                   include_dirs = [rp_install_dir+'/include', '../include'],
    7                    sources = [ 'Rappture/Library.cc' ],
     7                   sources = [ 'Rappture/PyRpLibrary.cc' ],
    88                   library_dirs = [ rp_install_dir+'/lib', '../src' ],
    99                   libraries = [ 'rappture' ] )
Note: See TracChangeset for help on using the changeset viewer.