X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=0db16548075057cc9d55d2cacdaea5784252b667;hp=e117f9763bca2ee98b7a53c5b4fa8319bf6717a5;hb=3709f861dd1bd40a493440749a67abe4730a9ee2;hpb=483370758193a1d58f4668c3d53ae2b5fe1e66c3 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index e117f97..0db1654 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -30,13 +30,23 @@ doc_examples_wfcqueuedir = ${doc_examplesdir}/wfcqueue dist_doc_examples_wfcqueue_DATA = \ wfcqueue/Makefile.cds_wfcq_enqueue \ - wfcqueue/cds_wfcq_enqueue.c + 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 + +doc_examples_wfstackdir = ${doc_examplesdir}/wfstack + +dist_doc_examples_wfstack_DATA = \ + wfstack/Makefile.cds_wfs_push \ + wfstack/cds_wfs_push.c if NO_SHARED # Don't build examples if shared libraries support was explicitly # disabled. else -SUBDIRS_PROXY = qsbr-minimal list wfcqueue +SUBDIRS_PROXY = qsbr-minimal list wfcqueue wfstack all-local: for subdir in $(SUBDIRS_PROXY); do \