Version 2.6.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
501f6777
CB
16SUBDIRS += liblttng-ust-java
17endif
18
19if BUILD_JAVA_AGENT
20SUBDIRS += liblttng-ust-java-agent
d2869a26
MD
21endif
22
31ea1f6f 23SUBDIRS += tests doc
43e5396b 24
15612a0f 25#temporarily disabled
69400ac4 26# liblttng-ust-malloc
4cf459a7
YB
27
28pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 29pkgconfig_DATA = lttng-ust.pc
336cc1ed 30
28ed9628 31dist_doc_DATA = README.md ChangeLog
231227ee
MD
32
33dist_noinst_DATA = CodingStyle
This page took 0.027846 seconds and 4 git commands to generate.