liblttng-ust-libc: fix linking
[lttng-ust.git] / tests / hello-static-lib / Makefile.am
CommitLineData
246e1625
MD
1AM_CPPFLAGS = -I$(top_srcdir)/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
6
7noinst_PROGRAMS = hello
8hello_SOURCES = hello.c
9hello_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
10 liblttng-ust-provider-ust-test-hello.la
11
12noinst_SCRIPTS = run
13EXTRA_DIST = run
This page took 0.023174 seconds and 4 git commands to generate.