Tests: Cleanup and move gen-ust-events testapp under utils
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
CommitLineData
7e0cc23b
CB
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g
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
12noinst_PROGRAMS = gen-ust-events
13gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
14gen_ust_events_LDADD = -llttng-ust
15endif
This page took 0.024131 seconds and 5 git commands to generate.