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