~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to SConscript

  • Committer: Alex Yurchenko
  • Date: 2011-08-20 23:37:05 UTC
  • Revision ID: ayurchen@void-20110820233705-532t7g9ip8ss24sv
References lp:828648 - synced with SVN branch 0.8 r2321

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SConscript(['galerautils/SConscript',
2
2
            'gcomm/SConscript',
3
3
            'gcs/SConscript',
4
 
            'galera/SConscript'])
 
4
            'galera/SConscript',
 
5
            'garb/SConscript'])
5
6
 
6
7
 
7
8
env = DefaultEnvironment()