X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=af03be82682623d5fb14aaceb29d6696aefde915;hp=cae3a02915470652ae88591545ff5dd372a77997;hb=17fb31883652e28774dbb148f7237382de3ab504;hpb=05796604aee3ce40f4170b691b6126c89c2d09e6 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index cae3a02..af03be8 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -16,9 +16,15 @@ dist_doc_examples_list_DATA = \ 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_add_tail_rcu.c \ - list/cds_list_del_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