Changeset 2369

Show
Ignore:
Timestamp:
07/30/07 10:06:41 (1 year ago)
Author:
dgollub
Message:

Get rid of osengine pkgconfig file.
osengine got merged into libopensync.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SConstruct

    r2288 r2369  
    125125 
    126126env.SubstInFile('opensync-1.0.pc', 'opensync-1.0.pc.in', SUBST_DICT=subst_dict) 
    127 env.SubstInFile('osengine-1.0.pc', 'osengine-1.0.pc.in', SUBST_DICT=subst_dict) 
    128127env.SubstInFile('Doxyfile', 'Doxyfile.in', SUBST_DICT=subst_dict) 
    129128 
    130129env.Install(p_j(install_lib, 'pkgconfig'), 'opensync-1.0.pc')  
    131 env.Install(p_j(install_lib, 'pkgconfig'), 'osengine-1.0.pc')  
    132130 
    133131