Cleanup: Use pkg-config to detect liburcu
[lttng-tools.git] / tests / regression / ust / multi-session / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227 3AM_CFLAGS += -I$(srcdir)
b19155c0 4
b19155c0
DG
5noinst_PROGRAMS = gen-nevents
6gen_nevents_SOURCES = gen-nevents.c tp.c ust_gen_nevents.h
62b7418e 7gen_nevents_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) $(DL_LIBS)
b19155c0 8
e5be53a0
CB
9noinst_SCRIPTS = test_multi_session
10EXTRA_DIST = test_multi_session
c83e7ca0
DG
11
12all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(EXTRA_DIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
This page took 0.040008 seconds and 4 git commands to generate.