~libbls/libbls/bench-vs-plain

« back to all changes in this revision

Viewing changes to SConstruct

  • Committer: alf82 at freemail
  • Date: 2009-01-28 11:10:02 UTC
  • Revision ID: alf82@freemail.gr-20090128111002-ngutlposwoms2h1p
# Create library links by default and always build installation targets

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        env['lfs_ldflags'] = ''
106
106
 
107
107
# Whether to install symbolic links for the library
108
 
install_links = ARGUMENTS.get('install-links', 'no')
 
108
install_links = ARGUMENTS.get('install-links', 'yes')
109
109
 
110
110
#################
111
111
# Build Targets #
157
157
        install_targets += install_dev_link
158
158
 
159
159
env.Alias('install', install_targets)
 
160
env.AlwaysBuild(install_targets)
160
161
 
161
162
##################
162
163
# Testing Target #