X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2FMakefile.am;h=20463812866b31a592152141e9dd417ee7655d0d;hb=HEAD;hp=edf00ebe3e6222a523c30baf287e13ab093e6dc4;hpb=27ea686ab495217631a877ecab497cee813963d6;p=urcu.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index edf00eb..8169169 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT + doc_examplesdir = ${docdir}/examples doc_examples_urcu_flavorsdir = ${doc_examplesdir}/urcu-flavors @@ -7,12 +11,10 @@ dist_doc_examples_urcu_flavors_DATA = \ urcu-flavors/Makefile.qsbr \ urcu-flavors/Makefile.mb \ urcu-flavors/Makefile.membarrier \ - urcu-flavors/Makefile.signal \ urcu-flavors/Makefile.bp \ urcu-flavors/qsbr.c \ urcu-flavors/mb.c \ urcu-flavors/membarrier.c \ - urcu-flavors/signal.c \ urcu-flavors/bp.c dist_doc_examples_DATA = \ @@ -111,10 +113,8 @@ dist_doc_examples_rculfhash_DATA = \ rculfhash/cds_lfht_lookup.c \ rculfhash/cds_lfht_for_each_entry_duplicate.c -if NO_SHARED -# Don't build examples if shared libraries support was explicitly -# disabled. -else +# Building the examples requires the shared libraries to be enabled +if ENABLE_EXAMPLES SUBDIRS_PROXY = hlist list urcu-flavors wfcqueue rculfqueue \ wfstack lfstack rculfhash