Only build python lib when agent is enabled
[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
11 if HAVE_DLINFO
12 SUBDIRS += liblttng-ust-dl
13 endif
14
15 if BUILD_JNI_INTERFACE
16 SUBDIRS += liblttng-ust-java
17 endif
18
19 if BUILD_JAVA_AGENT
20 SUBDIRS += liblttng-ust-java-agent
21 endif
22
23 if BUILD_PYTHON_AGENT
24 SUBDIRS += python-lttngust \
25 liblttng-ust-python-agent
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
39
40 check-loop:
41 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
42 .PHONY: check-loop
This page took 0.034425 seconds and 5 git commands to generate.