Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
[lttng-ust.git] / Makefile.am
CommitLineData
093c3f9b 1ACLOCAL_AMFLAGS = -I m4
89edbbc3 2
394598c1 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
95e6d268 6 liblttng-ust-fd \
69400ac4 7 liblttng-ust-fork \
476037d9 8 liblttng-ust-libc-wrapper \
70d654f2 9 liblttng-ust-cyg-profile \
31ea1f6f 10 tools
15612a0f 11
f9ff7aa4
RN
12if HAVE_DLINFO
13SUBDIRS += liblttng-ust-dl
14endif
15
d2869a26 16if BUILD_JNI_INTERFACE
501f6777
CB
17SUBDIRS += liblttng-ust-java
18endif
19
20if BUILD_JAVA_AGENT
21SUBDIRS += liblttng-ust-java-agent
d2869a26
MD
22endif
23
c3e14096 24if BUILD_PYTHON_AGENT
21ddb8ec
MJ
25SUBDIRS += python-lttngust \
26 liblttng-ust-python-agent
c3e14096
DG
27endif
28
31ea1f6f 29SUBDIRS += tests doc
43e5396b 30
15612a0f 31#temporarily disabled
69400ac4 32# liblttng-ust-malloc
4cf459a7
YB
33
34pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 35pkgconfig_DATA = lttng-ust.pc
336cc1ed 36
28ed9628 37dist_doc_DATA = README.md ChangeLog
231227ee
MD
38
39dist_noinst_DATA = CodingStyle
f3c7428e
MJ
40
41check-loop:
42 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
43.PHONY: check-loop
This page took 0.029897 seconds and 4 git commands to generate.