From: <al...@us...> - 2006-08-08 12:42:13
|
Revision: 555 Author: allenb Date: 2006-08-08 05:42:11 -0700 (Tue, 08 Aug 2006) ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=555&view=rev Log Message: ----------- Install cppdom-config. Modified Paths: -------------- trunk/SConstruct Modified: trunk/SConstruct =================================================================== --- trunk/SConstruct 2006-08-08 01:51:09 UTC (rev 554) +++ trunk/SConstruct 2006-08-08 12:42:11 UTC (rev 555) @@ -234,6 +234,7 @@ # env.Depends(cppdom_config, 'cppdom/version.h') + common_env.Install(inst_paths['bin'],'cppdom-config') common_env.Alias('install', inst_paths['base']) # Close up with aliases and defaults This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |