632f131d89f92d5790849c7d87360e367789c1c1
[lttng-tools.git] / tests / regression / ust / daemon / Makefile.am
1 AM_CPPFLAGS += -I$(srcdir)
2
3 noinst_PROGRAMS = daemon
4 daemon_SOURCES = daemon.c ust_tests_daemon.h
5 daemon_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
6
7 noinst_SCRIPTS = test_daemon test_daemon.py
8 EXTRA_DIST = test_daemon test_daemon.py
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.030425 seconds and 4 git commands to generate.