Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / ust / low-throughput / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(srcdir)
4d5b973e 2
4d5b973e
DG
3noinst_PROGRAMS = gen-events
4gen_events_SOURCES = main.c tp.c tp.h
b1c46f87 5gen_events_LDADD = -llttng-ust -lurcu $(DL_LIBS)
4d5b973e 6
e5be53a0
CB
7noinst_SCRIPTS = test_low_throughput
8EXTRA_DIST = test_low_throughput
c83e7ca0
DG
9
10all-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
17clean-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.046797 seconds and 5 git commands to generate.