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