Refactor Python agent build and install
[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 liblttng-ust-python-agent \
10 tools
11
12 if HAVE_DLINFO
13 SUBDIRS += liblttng-ust-dl
14 endif
15
16 if BUILD_JNI_INTERFACE
17 SUBDIRS += liblttng-ust-java
18 endif
19
20 if BUILD_JAVA_AGENT
21 SUBDIRS += liblttng-ust-java-agent
22 endif
23
24 if BUILD_PYTHON_AGENT
25 SUBDIRS += python-lttngust
26 endif
27
28 SUBDIRS += tests doc
29
30 #temporarily disabled
31 # liblttng-ust-malloc
32
33 pkgconfigdir = $(libdir)/pkgconfig
34 pkgconfig_DATA = lttng-ust.pc
35
36 dist_doc_DATA = README.md ChangeLog
37
38 dist_noinst_DATA = CodingStyle
This page took 0.030279 seconds and 5 git commands to generate.