Tests: Change syscall tests to use `gen-syscall-events` testapp
[lttng-tools.git] / tests / utils / tap / Makefile.am
CommitLineData
ffe50351 1noinst_LTLIBRARIES = libtap.la
329e5f26 2libtap_la_SOURCES = tap.c tap.h
431387b0
JG
3dist_noinst_SCRIPTS = tap.sh
4EXTRA_DIST = tap.sh
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.030794 seconds and 4 git commands to generate.