~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to galera/src/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:
16
16
    'galera_service_thd.cpp',
17
17
    'wsrep_params.cpp',
18
18
    'gcs_action_source.cpp',
19
 
    'galera_info.c']
 
19
    'galera_info.c',
 
20
    'replicator.cpp']
20
21
 
21
22
libgaleraxx_env.StaticLibrary('galera++', libgaleraxx_srcs)
22
23