Version 2.2.3
[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 tests \
11 doc
12
13 if BUILD_JNI_INTERFACE
14 SUBDIRS += liblttng-ust-java
15 endif
16
17 #temporarily disabled
18 # liblttng-ust-malloc
19
20 pkgconfigdir = $(libdir)/pkgconfig
21 pkgconfig_DATA = lttng-ust.pc
22
23 dist_doc_DATA = README ChangeLog
24
25 dist_noinst_DATA = CodingStyle
This page took 0.029354 seconds and 4 git commands to generate.