Changeset 26 for trunk


Ignore:
Timestamp:
12/13/12 16:36:49 (11 years ago)
Author:
tmorgan
Message:

added overlooked scripts to install target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r22 r26  
    5555install_items = [destdir + bindir]
    5656
    57 env.Install(destdir+bindir, [bletchley_nextrand, 'bin/bletchley-analyze', 'bin/bletchley-http2py'])
     57env.Install(destdir+bindir, [bletchley_nextrand, 'bin/bletchley-analyze',
     58                             'bin/bletchley-http2py', 'bin/bletchley-encode',
     59                             'bin/bletchley-decode'])
    5860#libinstall = env.Install(destdir+libdir, [libbletchley, libbletchley_static])
    5961#env.Install(destdir+includedir+'/bletchley', Glob('include/*.h'))
Note: See TracChangeset for help on using the changeset viewer.