X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=5db9fd5401299e91563c23750992f291bd6e2515;hb=88c3c5ba50ae3d5a847b4214840234b8f116e928;hp=acdaaac1d9f2583b2fbf3c3aafded2b82761a116;hpb=dfee93b119a3a18937ee12121be5977bd41379d3;p=urcu.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index acdaaac..5db9fd5 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,10 +1,11 @@ doc_examplesdir = ${docdir}/examples -doc_examples_rcu_flavor_qsbrdir = ${doc_examplesdir}/rcu-flavor-qsbr +doc_examples_urcu_flavorsdir = ${doc_examplesdir}/urcu-flavors -dist_doc_examples_rcu_flavor_qsbr_DATA = \ - rcu-flavor-qsbr/Makefile \ - rcu-flavor-qsbr/rcu-flavor-qsbr.c +dist_doc_examples_urcu_flavors_DATA = \ + urcu-flavors/Makefile \ + urcu-flavors/Makefile.qsbr \ + urcu-flavors/qsbr.c dist_doc_examples_DATA = \ Makefile.examples.template