f8a8f46df813afb8c07a45f9d7123af1f1ef7b11
[lttng-ust.git] / tests / hello.cxx / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
2
3 noinst_PROGRAMS = hello
4 hello_SOURCES = hello.cpp tp-cpp.cpp 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
This page took 0.030136 seconds and 3 git commands to generate.