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