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