Fix: consumer race: should allow reuse of FD key
[lttng-tools.git] / tests / ust-nprocesses / Makefile.am
1 AM_CFLAGS = -I. -O2
2 AM_LDFLAGS = -llttng-ust -ldl
3
4 noinst_PROGRAMS = gen-events-time
5 gen_events_time_SOURCES = gen-events-time.c tp.c ust_gen_event.h
6 gen_events_time_LDADD = -llttng-ust
7
8 noinst_SCRIPTS = run
9 EXTRA_DIST = run
This page took 0.029946 seconds and 4 git commands to generate.