ff47cd9dee56b7b78edfd8982633fcef7e0c3a09
[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.030728 seconds and 4 git commands to generate.