build system: support rotation example
[lttng-tools.git] / doc / examples / rotation / Makefile.am
diff --git a/doc/examples/rotation/Makefile.am b/doc/examples/rotation/Makefile.am
new file mode 100644 (file)
index 0000000..92f6d06
--- /dev/null
@@ -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)
This page took 0.022876 seconds and 4 git commands to generate.