Test: Add the new log4j agent
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
CommitLineData
ee28adfb
JG
1AM_CPPFLAGS = -I$(srcdir)
2
3noinst_PROGRAMS = exit-fast
4exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
5exit_fast_LDADD = -llttng-ust
6
7if LTTNG_TOOLS_BUILD_WITH_LIBDL
8exit_fast_LDADD += -ldl
9endif
10if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
11exit_fast_LDADD += -lc
12endif
13
14noinst_SCRIPTS = test_exit-fast test_exit-fast.py
15EXTRA_DIST = test_exit-fast test_exit-fast.py
c83e7ca0
DG
16
17all-local:
18 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
19 for script in $(EXTRA_DIST); do \
20 cp -f $(srcdir)/$$script $(builddir); \
21 done; \
22 fi
23
24clean-local:
25 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
26 for script in $(EXTRA_DIST); do \
27 rm -f $(builddir)/$$script; \
28 done; \
29 fi
This page took 0.025839 seconds and 4 git commands to generate.