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