~codership/galera/3.x

« back to all changes in this revision

Viewing changes to galera/src/SConscript

  • Committer: Alexey Yurchenko
  • Date: 2014-02-06 19:27:50 UTC
  • mfrom: (153.2.15 2.x)
  • Revision ID: alexey.yurchenko@codership.com-20140206192750-n9to0wtjevl69gok
Tags: release_25.3.3(percona)
References lp:1260193 - all supported parameters are now registered before parsing the initial options string, so unrecognized options can be detected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    'certification.cpp',
16
16
    'galera_service_thd.cpp',
17
17
    'wsrep_params.cpp',
 
18
    'replicator_smm_params.cpp',
18
19
    'gcs_action_source.cpp',
19
20
    'galera_info.c',
20
21
    'replicator.cpp',
41
42
env.Append(LIBMMGALERA_OBJS = mmlib_env.SharedObject([
42
43
            'replicator_smm.cpp',
43
44
            'replicator_str.cpp',
44
 
            'replicator_smm_stats.cpp',
45
 
            'replicator_smm_params.cpp',
 
45
            'replicator_smm_stats.cpp'
46
46
            ]))
47
47
env.Append(LIBMMGALERA_OBJS = mmprovider_env.SharedObject([
48
48
            'wsrep_provider.cpp'