Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / exit-fast / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(srcdir)
ee28adfb
JG
2
3noinst_PROGRAMS = exit-fast
4exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h
20dd2de1 5exit_fast_LDADD = $(UST_LIBS) $(DL_LIBS)
ee28adfb
JG
6
7noinst_SCRIPTS = test_exit-fast test_exit-fast.py
8EXTRA_DIST = test_exit-fast test_exit-fast.py
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.035533 seconds and 4 git commands to generate.