Improve comments after review
[lttng-tools.git] / tests / regression / ust / fork / Makefile.am
CommitLineData
37bd6c8e
JG
1AM_CPPFLAGS = -I$(srcdir)
2
3noinst_PROGRAMS = fork fork2
4fork_SOURCES = fork.c ust_tests_fork.h
5fork_LDADD = -llttng-ust -llttng-ust-fork
6
7fork2_SOURCES = fork2.c
8fork2_LDADD = -llttng-ust -llttng-ust-fork
9
10if LTTNG_TOOLS_BUILD_WITH_LIBDL
11fork_LDADD += -ldl
12fork2_LDADD += -ldl
13endif
14if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
15fork_LDADD += -lc
16fork2_LDADD += -lc
17endif
18
19noinst_SCRIPTS = test_fork test_fork.py
20EXTRA_DIST = test_fork test_fork.py
This page took 0.026335 seconds and 5 git commands to generate.