X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=e117f9763bca2ee98b7a53c5b4fa8319bf6717a5;hp=af03be82682623d5fb14aaceb29d6696aefde915;hb=483370758193a1d58f4668c3d53ae2b5fe1e66c3;hpb=db017c417c48ec966c30a3a7a94291e227c4878a diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index af03be8..e117f97 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -26,11 +26,17 @@ 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/cds_wfcq_enqueue.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 \