X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=25ef338db99d6ab78b01274e9e6607f03340d741;hb=71e2e361e570a4701e06694c6ffeceb3a81a01bd;hp=1b2d8456f116a4dfb48363adb8a3bb30a52f86ca;hpb=595ed92e6d1d46347ac633315c5f711c2fc2015c;p=lttng-tools.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 1b2d8456f..25ef338db 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -1,3 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -SUBDIRS = trigger-condition-event-matches +if BUILD_LIB_LTTNG_CTL +SUBDIRS = rotation trigger-condition-event-matches +endif