Version 2.2.0-rc2
[lttng-ust.git] / tests / hello-static-lib / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
2
3noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
4liblttng_ust_provider_ust_test_hello_la_SOURCES = \
5 tp.c ust_tests_hello.h
6liblttng_ust_provider_ust_test_hello_la_LIBADD = \
7 $(top_builddir)/liblttng-ust/liblttng-ust.la
8
9noinst_PROGRAMS = hello
10hello_SOURCES = hello.c
11hello_LDADD = liblttng-ust-provider-ust-test-hello.la
12
13if LTTNG_UST_BUILD_WITH_LIBDL
14hello_LDADD += -ldl
15endif
16if LTTNG_UST_BUILD_WITH_LIBC_DL
17hello_LDADD += -lc
18endif
This page took 0.022291 seconds and 4 git commands to generate.