X-Git-Url: http://git.lttng.org/?p=userspace-rcu.git;a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=d516bb6b1a51b5c74bdd49f52698df5e2779911c;hp=9471957f879ae613e7853b9d3f54c87b3d2091d9;hb=474190bf1a9025850c14aa67eb88ba9815bb74f4;hpb=d7a0f2fe29db52a5dff734a922ac33654f865836 diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 9471957..d516bb6 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -26,6 +26,19 @@ dist_doc_examples_list_DATA = \ list/cds_list_for_each_entry_rcu.c \ list/cds_list_replace_rcu.c +doc_examples_hlistdir = ${doc_examplesdir}/hlist + +dist_doc_examples_hlist_DATA = \ + hlist/Makefile \ + hlist/Makefile.cds_hlist_add_head_rcu \ + hlist/Makefile.cds_hlist_del_rcu \ + hlist/Makefile.cds_hlist_for_each_rcu \ + hlist/Makefile.cds_hlist_for_each_entry_rcu \ + hlist/cds_hlist_add_head_rcu.c \ + hlist/cds_hlist_del_rcu.c \ + hlist/cds_hlist_for_each_rcu.c \ + hlist/cds_hlist_for_each_entry_rcu.c + doc_examples_wfcqueuedir = ${doc_examplesdir}/wfcqueue dist_doc_examples_wfcqueue_DATA = \ @@ -63,7 +76,7 @@ if NO_SHARED # Don't build examples if shared libraries support was explicitly # disabled. else -SUBDIRS_PROXY = qsbr-minimal list wfcqueue wfstack +SUBDIRS_PROXY = qsbr-minimal list hlist wfcqueue wfstack lfstack all-local: for subdir in $(SUBDIRS_PROXY); do \