X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=f6ec8bbd76471466fe69567dd2d19c88bd445d59;hb=ceaa850af52d745b398474c294fb9e66e3b055ce;hp=482f20c1551a01a6e7295e37585c459cb0eb0209;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 482f20c15..f6ec8bbd7 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = lttng-ctl +# SPDX-License-Identifier: GPL-2.0-only + +SUBDIRS = + +if BUILD_LIB_LTTNG_CTL +SUBDIRS += lttng-ctl +endif