X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=19db9636167ecfbbce243dd779f6e11e614d3bca;hp=482f20c1551a01a6e7295e37585c459cb0eb0209;hb=a321667af6f25a77e32787fe89ad306786f7b29a;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377 diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 482f20c15..19db96361 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = lttng-ctl +# SPDX-License-Identifier: GPL-2.0-only + +SUBDIRS = + +DIST_SUBDIRS = lttng-ctl + +if BUILD_LIB_LTTNG_CTL +SUBDIRS += lttng-ctl +endif