0eff080cdd2bb4746299b9fd90a1d9a6bf203ce0
[lttng-ust.git] / tests / hello-static-lib / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers
2
3 noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la
4 liblttng_ust_provider_ust_test_hello_la_SOURCES = \
5 tp.c ust_tests_hello.h
6 liblttng_ust_provider_ust_test_hello_la_LIBADD = \
7 $(top_builddir)/liblttng-ust/liblttng-ust.la
8
9 noinst_PROGRAMS = hello
10 hello_SOURCES = hello.c
11 hello_LDADD = -ldl liblttng-ust-provider-ust-test-hello.la
12
13 noinst_SCRIPTS = run
14 EXTRA_DIST = run
This page took 0.029118 seconds and 3 git commands to generate.