X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=16477b5428860d699051d8f9de22c2887ad3a47d;hp=00ac7e9cc7856723fd1581e14d9e19fc366d3647;hb=b5e35d2dfb026d7f06eec10b3d4794646680429f;hpb=9b4bf32b5757c99226eb78bea03f911536f2e9fc diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 00ac7e9..16477b5 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -82,6 +82,35 @@ dist_doc_examples_lfstack_DATA = \ lfstack/cds_lfs_pop_blocking.c \ lfstack/cds_lfs_pop_all_blocking.c +doc_examples_rculfqueuedir = ${doc_examplesdir}/rculfqueue + +dist_doc_examples_rculfqueue_DATA = \ + rculfqueue/Makefile \ + rculfqueue/Makefile.cds_lfq_enqueue \ + rculfqueue/Makefile.cds_lfq_dequeue \ + rculfqueue/cds_lfq_enqueue.c \ + rculfqueue/cds_lfq_dequeue.c + +doc_examples_rculfhashdir = ${doc_examplesdir}/rculfhash + +dist_doc_examples_rculfhash_DATA = \ + rculfhash/Makefile \ + rculfhash/jhash.h \ + rculfhash/Makefile.cds_lfht_add \ + rculfhash/Makefile.cds_lfht_add_unique \ + rculfhash/Makefile.cds_lfht_add_replace \ + rculfhash/Makefile.cds_lfht_del \ + rculfhash/Makefile.cds_lfht_destroy \ + rculfhash/Makefile.cds_lfht_lookup \ + rculfhash/Makefile.cds_lfht_for_each_entry_duplicate \ + rculfhash/cds_lfht_add.c \ + rculfhash/cds_lfht_add_unique.c \ + rculfhash/cds_lfht_add_replace.c \ + rculfhash/cds_lfht_del.c \ + rculfhash/cds_lfht_destroy.c \ + rculfhash/cds_lfht_lookup.c \ + rculfhash/cds_lfht_for_each_entry_duplicate.c + if NO_SHARED # Don't build examples if shared libraries support was explicitly # disabled.