Revision 7833f98e mblock/src/lib/Makefile.am
| b/mblock/src/lib/Makefile.am | ||
|---|---|---|
| 27 | 27 |
|
| 28 | 28 |
lib_LTLIBRARIES = libmblock.la libmblock-qa.la |
| 29 | 29 |
|
| 30 |
EXTRA_DIST = |
|
| 30 |
EXTRA_DIST = \ |
|
| 31 |
README.locking |
|
| 31 | 32 |
|
| 32 | 33 |
|
| 33 | 34 |
# These are the source files that go into the mblock shared library |
| ... | ... | |
| 45 | 46 |
mb_port_simple.cc \ |
| 46 | 47 |
mb_protocol_class.cc \ |
| 47 | 48 |
mb_runtime.cc \ |
| 48 |
mb_runtime_single_threaded.cc \ |
|
| 49 |
mb_runtime_nop.cc \ |
|
| 50 |
mb_runtime_placeholder.cc \ |
|
| 51 |
mb_runtime_thread_per_mblock.cc \ |
|
| 49 | 52 |
mb_util.cc |
| 50 | 53 |
|
| 51 | 54 |
|
| ... | ... | |
| 69 | 72 |
mb_port_simple.h \ |
| 70 | 73 |
mb_protocol_class.h \ |
| 71 | 74 |
mb_runtime.h \ |
| 72 |
mb_runtime_single_threaded.h \ |
|
| 75 |
mb_runtime_nop.h \ |
|
| 76 |
mb_runtime_placeholder.h \ |
|
| 77 |
mb_runtime_thread_per_mblock.h \ |
|
| 73 | 78 |
mb_util.h |
| 74 | 79 |
|
| 75 | 80 |
|
| ... | ... | |
| 78 | 83 |
mb_endpoint.h \ |
| 79 | 84 |
mb_mblock_impl.h \ |
| 80 | 85 |
mb_msg_accepter_smp.h \ |
| 86 |
mbi_runtime_lock.h \ |
|
| 81 | 87 |
qa_mblock.h \ |
| 82 | 88 |
qa_mblock_prims.h \ |
| 83 | 89 |
qa_mblock_send.h |
Also available in: Unified diff