X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=5c3e76f82a13a5e924392979a2c53cfcc265ae4a;hb=53a7719131ff381866fd414cdeff4ac3dd354927;hp=d964c06733445826a7ad484b1b1573375e5f362c;hpb=8f09dfa72762669a41b322388a7c15ee010265f0;p=urcu.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index d964c06..5c3e76f 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -29,6 +29,7 @@ dist_doc_examples_list_DATA = \ doc_examples_wfcqueuedir = ${doc_examplesdir}/wfcqueue dist_doc_examples_wfcqueue_DATA = \ + wfcqueue/Makefile \ wfcqueue/Makefile.cds_wfcq_enqueue \ wfcqueue/Makefile.cds_wfcq_dequeue \ wfcqueue/Makefile.cds_wfcq_splice \ @@ -36,11 +37,22 @@ dist_doc_examples_wfcqueue_DATA = \ wfcqueue/cds_wfcq_dequeue.c \ wfcqueue/cds_wfcq_splice.c +doc_examples_wfstackdir = ${doc_examplesdir}/wfstack + +dist_doc_examples_wfstack_DATA = \ + wfstack/Makefile \ + wfstack/Makefile.cds_wfs_push \ + wfstack/Makefile.cds_wfs_pop \ + wfstack/Makefile.cds_wfs_pop_all_blocking \ + wfstack/cds_wfs_push.c \ + wfstack/cds_wfs_pop.c \ + wfstack/cds_wfs_pop_all_blocking.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 \