JUL: fix enable all event for delayed Logger
[lttng-ust.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = . 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
14if BUILD_JNI_INTERFACE
15SUBDIRS += liblttng-ust-java liblttng-ust-jul
16endif
17
18SUBDIRS += tests
19
20#temporarily disabled
21# liblttng-ust-malloc
22
23pkgconfigdir = $(libdir)/pkgconfig
24pkgconfig_DATA = lttng-ust.pc
25
26dist_doc_DATA = README ChangeLog
27
28dist_noinst_DATA = CodingStyle
This page took 0.022471 seconds and 4 git commands to generate.