Clean-up of configure.ac and tests/Makefile.am
[lttng-ust.git] / tests / Makefile.am
1 SUBDIRS = . hello hello-static-lib same_line_tracepoint snprintf
2
3 if CXX_WORKS
4 SUBDIRS += hello.cxx
5 endif
6
7 dist_noinst_SCRIPTS = test_loop runtests trace_matches
8
9 noinst_LIBRARIES = libtap.a
10
11 libtap_a_SOURCES = \
12 tap.c \
13 tap.h
This page took 0.031167 seconds and 5 git commands to generate.