5cb4f36b1c3d53869845169d9a828422dd1a9b29
[lttng-ust.git] / tests / same_line_tracepoint / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
2
3 noinst_PROGRAMS = same_line_tracepoint
4 same_line_tracepoint_SOURCES = same_line_tracepoint.c ust_tests_sameline.h
5 same_line_tracepoint_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
6
7 if LTTNG_UST_BUILD_WITH_LIBDL
8 same_line_tracepoint_LDADD += -ldl
9 endif
10 if LTTNG_UST_BUILD_WITH_LIBC_DL
11 same_line_tracepoint_LDADD += -lc
12 endif
This page took 0.029088 seconds and 3 git commands to generate.