Add missing files to distribution
[lttng-ust.git] / tools / Makefile.am
CommitLineData
b25c5b37 1dist_bin_SCRIPTS = lttng-gen-tp
ae5f44db
DG
2
3all-local:
4 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
e6e508c9 5 for script in $(dist_bin_SCRIPTS); do \
ae5f44db
DG
6 cp -f $(srcdir)/$$script $(builddir); \
7 done; \
8 fi
9
10clean-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
e6e508c9 12 for script in $(dist_bin_SCRIPTS); do \
ae5f44db
DG
13 rm -f $(builddir)/$$script; \
14 done; \
15 fi
This page took 0.026587 seconds and 4 git commands to generate.