doc/examples: cds_wfcq_enqueue
[userspace-rcu.git] / doc / examples / Makefile.am
index af03be82682623d5fb14aaceb29d6696aefde915..e117f9763bca2ee98b7a53c5b4fa8319bf6717a5 100644 (file)
@@ -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 \
This page took 0.022736 seconds and 4 git commands to generate.