Remove demo test
[lttng-ust.git] / tests / daemon / Makefile.am
CommitLineData
38936cf4
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
2
3noinst_PROGRAMS = daemon
4daemon_SOURCES = daemon.c ust_tests_daemon.h
5daemon_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
6 $(top_builddir)/liblttng-ust-fork/liblttng-ust-fork.la
7
8if LTTNG_UST_BUILD_WITH_LIBDL
9daemon_LDADD += -ldl
10endif
11if LTTNG_UST_BUILD_WITH_LIBC_DL
12daemon_LDADD += -lc
13endif
14
15noinst_SCRIPTS = run
16EXTRA_DIST = run
This page took 0.023832 seconds and 5 git commands to generate.