Changeset 2369
- Timestamp:
- 07/30/07 10:06:41 (1 year ago)
- Files:
-
- trunk/SConstruct (modified) (1 diff)
- trunk/osengine-1.0.pc.in (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SConstruct
r2288 r2369 125 125 126 126 env.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)128 127 env.SubstInFile('Doxyfile', 'Doxyfile.in', SUBST_DICT=subst_dict) 129 128 130 129 env.Install(p_j(install_lib, 'pkgconfig'), 'opensync-1.0.pc') 131 env.Install(p_j(install_lib, 'pkgconfig'), 'osengine-1.0.pc')132 130 133 131
