Merge branch 'master' into dev
[lttng-ust.git] / tests / hello.cxx / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
2
3 noinst_PROGRAMS = hello
4 hello_SOURCES = hello.cpp tp.c ust_tests_hello.h
5 hello_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
6
7 if LTTNG_UST_BUILD_WITH_LIBDL
8 hello_LDADD += -ldl
9 endif
10 if LTTNG_UST_BUILD_WITH_LIBC_DL
11 hello_LDADD += -lc
12 endif
13
14 noinst_SCRIPTS = run
15 EXTRA_DIST = run
This page took 0.036776 seconds and 5 git commands to generate.