Replace same_line_marker test with same_line_tracepoint
[lttng-ust.git] / tests / same_line_tracepoint / Makefile.am
diff --git a/tests/same_line_tracepoint/Makefile.am b/tests/same_line_tracepoint/Makefile.am
new file mode 100644 (file)
index 0000000..5cb4f36
--- /dev/null
@@ -0,0 +1,12 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
+
+noinst_PROGRAMS = same_line_tracepoint
+same_line_tracepoint_SOURCES = same_line_tracepoint.c ust_tests_sameline.h
+same_line_tracepoint_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
+
+if LTTNG_UST_BUILD_WITH_LIBDL
+same_line_tracepoint_LDADD += -ldl
+endif
+if LTTNG_UST_BUILD_WITH_LIBC_DL
+same_line_tracepoint_LDADD += -lc
+endif
This page took 0.023178 seconds and 4 git commands to generate.