X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=af03be82682623d5fb14aaceb29d6696aefde915;hp=1d8128733793b4679e9d7237d77e9bcc305c26fd;hb=17fb31883652e28774dbb148f7237382de3ab504;hpb=06ced8d6ec9084d8ebbbd9425f0ad2ba5e249e53 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 1d81287..af03be8 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -14,9 +14,17 @@ doc_examples_listdir = ${doc_examplesdir}/list dist_doc_examples_list_DATA = \ list/Makefile \ list/Makefile.cds_list_add_rcu \ + list/Makefile.cds_list_add_tail_rcu \ list/Makefile.cds_list_del_rcu \ + list/Makefile.cds_list_for_each_rcu \ + list/Makefile.cds_list_for_each_entry_rcu \ + list/Makefile.cds_list_replace_rcu \ list/cds_list_add_rcu.c \ - list/cds_list_del_rcu.c + list/cds_list_add_tail_rcu.c \ + list/cds_list_del_rcu.c \ + list/cds_list_for_each_rcu.c \ + list/cds_list_for_each_entry_rcu.c \ + list/cds_list_replace_rcu.c if NO_SHARED # Don't build examples if shared libraries support was explicitly