Base-address tracing for dlopen and dlclose
[lttng-ust.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
7 liblttng-ust-baddr \
8 liblttng-ust-dl \
9 liblttng-ust-libc-wrapper \
10 liblttng-ust-cyg-profile \
11 tools \
12 doc
13
14 if BUILD_JNI_INTERFACE
15 SUBDIRS += liblttng-ust-java liblttng-ust-jul
16 endif
17
18 SUBDIRS += tests
19
20 #temporarily disabled
21 # liblttng-ust-malloc
22
23 pkgconfigdir = $(libdir)/pkgconfig
24 pkgconfig_DATA = lttng-ust.pc
25
26 dist_doc_DATA = README ChangeLog
27
28 dist_noinst_DATA = CodingStyle
This page took 0.032732 seconds and 5 git commands to generate.