Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / doc / examples / rotation / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
4
5 noinst_PROGRAMS = rotate-client
6 dist_noinst_SCRIPTS = rotate-client-compress.sh
7
8 rotate_client_SOURCES = rotate-client-example.c
9 rotate_client_LDADD = $(LIBLTTNG_CTL)
This page took 0.029661 seconds and 4 git commands to generate.