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