Test: template on create session
[lttng-tools.git] / tests / regression / tools / templates / sessions / Makefile.am
CommitLineData
5784f835
JR
1EXTRA_DIST = live.lttng live_output_generation.lttng name_generation.lttng \
2 normal_local.lttng normal_net.lttng normal_no_output.lttng \
3 normal_output_generation.lttng shm_path.lttng snapshot_local.lttng \
4 snapshot_net.lttng snapshot_output_generation.lttng full_load.lttng
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.024922 seconds and 5 git commands to generate.