Fix: include stdlib.h in compat/string.h
[lttng-tools.git] / tests / regression / tools / save-load / configuration / Makefile.am
CommitLineData
7e86a26f 1EXTRA_DIST = load-42-live.lttng load-42-snapshot.lttng
192ac418
JR
2
3all-local:
4 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
5 for script in $(EXTRA_DIST); do \
6 cp -f $(srcdir)/$$script $(builddir); \
7 done; \
8 fi
9
10clean-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 rm -f $(builddir)/$$script; \
14 done; \
15 fi
This page took 0.027787 seconds and 4 git commands to generate.