Version 2.5.7
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
394598c1 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
476037d9 7 liblttng-ust-libc-wrapper \
70d654f2 8 liblttng-ust-cyg-profile \
31ea1f6f 9 tools
15612a0f 10
f9ff7aa4
RN
11if HAVE_DLINFO
12SUBDIRS += liblttng-ust-dl
13endif
14
d2869a26 15if BUILD_JNI_INTERFACE
43e5396b 16SUBDIRS += liblttng-ust-java liblttng-ust-jul
d2869a26
MD
17endif
18
31ea1f6f 19SUBDIRS += tests doc
43e5396b 20
15612a0f 21#temporarily disabled
69400ac4 22# liblttng-ust-malloc
4cf459a7
YB
23
24pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 25pkgconfig_DATA = lttng-ust.pc
336cc1ed
MD
26
27dist_doc_DATA = README ChangeLog
231227ee
MD
28
29dist_noinst_DATA = CodingStyle
This page took 0.027578 seconds and 4 git commands to generate.