doc/examples: lfstack
[urcu.git] / doc / examples / Makefile.am
index 5c3e76f82a13a5e924392979a2c53cfcc265ae4a..9471957f879ae613e7853b9d3f54c87b3d2091d9 100644 (file)
@@ -48,6 +48,17 @@ dist_doc_examples_wfstack_DATA = \
        wfstack/cds_wfs_pop.c \
        wfstack/cds_wfs_pop_all_blocking.c
 
+doc_examples_lfstackdir = ${doc_examplesdir}/lfstack
+
+dist_doc_examples_lfstack_DATA = \
+       lfstack/Makefile \
+       lfstack/Makefile.cds_lfs_push \
+       lfstack/Makefile.cds_lfs_pop_blocking \
+       lfstack/Makefile.cds_lfs_pop_all_blocking \
+       lfstack/cds_lfs_push.c \
+       lfstack/cds_lfs_pop_blocking.c \
+       lfstack/cds_lfs_pop_all_blocking.c
+
 if NO_SHARED
 # Don't build examples if shared libraries support was explicitly
 # disabled.
This page took 0.022162 seconds and 4 git commands to generate.