X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fdaemon%2FMakefile.am;fp=tests%2Fdaemon%2FMakefile.am;h=e6418266dd9bf42c6ce0f4ddfe1b545e1231d4c6;hb=38936cf4da9aaf752fdc9c2c56e00b9ddcad8530;hp=0000000000000000000000000000000000000000;hpb=2f6150e94f4e8637b7fa30ab0c4b8930e6f026c4;p=lttng-ust.git diff --git a/tests/daemon/Makefile.am b/tests/daemon/Makefile.am new file mode 100644 index 00000000..e6418266 --- /dev/null +++ b/tests/daemon/Makefile.am @@ -0,0 +1,16 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers + +noinst_PROGRAMS = daemon +daemon_SOURCES = daemon.c ust_tests_daemon.h +daemon_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/liblttng-ust-fork/liblttng-ust-fork.la + +if LTTNG_UST_BUILD_WITH_LIBDL +daemon_LDADD += -ldl +endif +if LTTNG_UST_BUILD_WITH_LIBC_DL +daemon_LDADD += -lc +endif + +noinst_SCRIPTS = run +EXTRA_DIST = run