X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=d964c06733445826a7ad484b1b1573375e5f362c;hp=af03be82682623d5fb14aaceb29d6696aefde915;hb=8f09dfa72762669a41b322388a7c15ee010265f0;hpb=17fb31883652e28774dbb148f7237382de3ab504 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index af03be8..d964c06 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -26,11 +26,21 @@ dist_doc_examples_list_DATA = \ list/cds_list_for_each_entry_rcu.c \ list/cds_list_replace_rcu.c +doc_examples_wfcqueuedir = ${doc_examplesdir}/wfcqueue + +dist_doc_examples_wfcqueue_DATA = \ + wfcqueue/Makefile.cds_wfcq_enqueue \ + wfcqueue/Makefile.cds_wfcq_dequeue \ + wfcqueue/Makefile.cds_wfcq_splice \ + wfcqueue/cds_wfcq_enqueue.c \ + wfcqueue/cds_wfcq_dequeue.c \ + wfcqueue/cds_wfcq_splice.c + if NO_SHARED # Don't build examples if shared libraries support was explicitly # disabled. else -SUBDIRS_PROXY = qsbr-minimal list +SUBDIRS_PROXY = qsbr-minimal list wfcqueue all-local: for subdir in $(SUBDIRS_PROXY); do \