Add liblttng-ust-jul for JUL support
[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-libc-wrapper \
8 liblttng-ust-cyg-profile \
9 tools \
10 doc
11
12 if BUILD_JNI_INTERFACE
13 SUBDIRS += liblttng-ust-java liblttng-ust-jul
14 endif
15
16 SUBDIRS += tests
17
18 #temporarily disabled
19 # liblttng-ust-malloc
20
21 pkgconfigdir = $(libdir)/pkgconfig
22 pkgconfig_DATA = lttng-ust.pc
23
24 dist_doc_DATA = README ChangeLog
25
26 dist_noinst_DATA = CodingStyle
This page took 0.03188 seconds and 5 git commands to generate.