hash table test: don't redefine CACHE_LINE_SIZE
[urcu.git] / doc / examples / Makefile.am
1 if NO_SHARED
2 # Don't build examples if shared libraries support was explicitly
3 # disabled.
4 else
5 SUBDIRS = qsbr-minimal
6
7 doc_examplesdir = ${docdir}/examples
8
9 doc_examples_qsbr_minimaldir = ${doc_examplesdir}/qsbr-minimal
10
11 doc_examples_qsbr_minimal_DATA = \
12 qsbr-minimal/Makefile \
13 qsbr-minimal/qsbr-minimal.c
14
15 BUILD_EXAMPLES_FROM_TREE = 1
16 export
17 endif
This page took 0.029602 seconds and 4 git commands to generate.