Fix: tests: provide channel name when a non-default channel exists: per-pid
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
1 AM_CPPFLAGS = -I$(srcdir)
2
3 noinst_PROGRAMS = exit-fast
4 exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
5 exit_fast_LDADD = -llttng-ust
6
7 if LTTNG_TOOLS_BUILD_WITH_LIBDL
8 exit_fast_LDADD += -ldl
9 endif
10 if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
11 exit_fast_LDADD += -lc
12 endif
13
14 noinst_SCRIPTS = test_exit-fast test_exit-fast.py
15 EXTRA_DIST = test_exit-fast test_exit-fast.py
This page took 0.028913 seconds and 4 git commands to generate.