X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=cf91f0f923b624fc32b0bda0aa0128ddcc93528f;hp=807d85b1782ad11ce249f2a30f9c48c7b1ed1d5a;hb=595ed92e6d1d46347ac633315c5f711c2fc2015c;hpb=26f0c7794376456fcb5b13d4eae91c0ccf0dfe66 diff --git a/Makefile.am b/Makefile.am index 807d85b17..cf91f0f92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,11 @@ ACLOCAL_AMFLAGS = -I m4 -DIST_SUBDIRS = include doc src extras tests +DIST_SUBDIRS = include doc src extras tests doc/examples -SUBDIRS = include doc src tests +# `doc/examples` is placed last since it requires artifact from `src` and +# `src` can require artifact from `doc` (--enable-embedded-help). +SUBDIRS = include doc src tests doc/examples if BUILD_EXTRAS SUBDIRS += extras