X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fexamples%2Frotation%2FMakefile.am;fp=doc%2Fexamples%2Frotation%2FMakefile.am;h=92f6d0628ef619856f9f5806aaa5268903636885;hp=0000000000000000000000000000000000000000;hb=95ce9d2952391837f0373449019917eaf54d7bc5;hpb=595ed92e6d1d46347ac633315c5f711c2fc2015c diff --git a/doc/examples/rotation/Makefile.am b/doc/examples/rotation/Makefile.am new file mode 100644 index 000000000..92f6d0628 --- /dev/null +++ b/doc/examples/rotation/Makefile.am @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only + +LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la + +noinst_PROGRAMS = rotate-client +dist_noinst_SCRIPTS = rotate-client-compress.sh + +rotate_client_SOURCES = rotate-client-example.c +rotate_client_LDADD = $(LIBLTTNG_CTL)