Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / multi-session / Makefile.am
1 AM_CFLAGS += -I$(srcdir)
2
3 noinst_PROGRAMS = gen-nevents
4 gen_nevents_SOURCES = gen-nevents.c tp.c ust_gen_nevents.h
5 gen_nevents_LDADD = $(UST_LIBS) $(DL_LIBS)
6
7 noinst_SCRIPTS = test_multi_session
8 EXTRA_DIST = test_multi_session
9
10 all-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 cp -f $(srcdir)/$$script $(builddir); \
14 done; \
15 fi
16
17 clean-local:
18 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
19 for script in $(EXTRA_DIST); do \
20 rm -f $(builddir)/$$script; \
21 done; \
22 fi
This page took 0.030559 seconds and 5 git commands to generate.