Make lttng_directory_handle reference countable
[lttng-tools.git] / tests / stress / Makefile.am
CommitLineData
30d86f7d
DG
1noinst_SCRIPTS = README launch_ust_app test_multi_sessions_per_uid_10app \
2 test_multi_sessions_per_uid_5app_streaming
3EXTRA_DIST = README launch_ust_app test_multi_sessions_per_uid_10app \
4 test_multi_sessions_per_uid_5app_streaming
c83e7ca0
DG
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.051475 seconds and 5 git commands to generate.