Fix: remove uri switch test from cbab merge commit
[lttng-tools.git] / tests / regression / tools / streaming / Makefile.am
CommitLineData
9ac429ef 1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(srcdir) -O2 -g
f4e40ab6
DG
2AM_LDFLAGS =
3
4if LTTNG_TOOLS_BUILD_WITH_LIBDL
5AM_LDFLAGS += -ldl
6endif
7if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
8AM_LDFLAGS += -lc
9endif
10
11if HAVE_LIBLTTNG_UST_CTL
81d029da 12noinst_PROGRAMS = gen-ust-events
f4e40ab6
DG
13gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
14gen_ust_events_LDADD = -llttng-ust
15endif
16
bd2d5dd1
DG
17noinst_SCRIPTS = test_ust test_kernel test_high_throughput_limits
18EXTRA_DIST = test_ust test_kernel test_high_throughput_limits
This page took 0.027858 seconds and 5 git commands to generate.