Fix: redefinition of _GNU_SOURCE
[lttng-tools.git] / tests / utils / Makefile.am
... / ...
CommitLineData
1SUBDIRS = tap testapp
2
3EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
4dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
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.024247 seconds and 5 git commands to generate.