Fix UST tests if lttng-ust is not available
[lttng-tools.git] / tests / ust-nprocesses / Makefile.am
1 AM_CPPFLAGS = -ldl -I. -O2
2
3 noinst_PROGRAMS = gen-events-time
4 gen_events_time_SOURCES = gen-events-time.c tp.c ust_gen_event.h
5 gen_events_time_LDADD = -llttng-ust
6
7 noinst_SCRIPTS = run
8 EXTRA_DIST = run
This page took 0.031702 seconds and 4 git commands to generate.