Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
4 libcounter \
5 libmsgpack \
6 liblttng-ust \
7 liblttng-ust-ctl \
8 liblttng-ust-fd \
9 liblttng-ust-fork \
10 liblttng-ust-libc-wrapper \
11 liblttng-ust-cyg-profile \
12 tools
13
14 if HAVE_DLINFO
15 SUBDIRS += liblttng-ust-dl
16 endif
17
18 if BUILD_JNI_INTERFACE
19 SUBDIRS += liblttng-ust-java
20 endif
21
22 if BUILD_JAVA_AGENT
23 SUBDIRS += liblttng-ust-java-agent
24 endif
25
26 if BUILD_PYTHON_AGENT
27 SUBDIRS += python-lttngust \
28 liblttng-ust-python-agent
29 endif
30
31 SUBDIRS += tests doc
32
33 #temporarily disabled
34 # liblttng-ust-malloc
35
36 pkgconfigdir = $(libdir)/pkgconfig
37 pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
38
39 dist_doc_DATA = \
40 ChangeLog \
41 COPYING \
42 LICENSE \
43 README.md
44
45 dist_noinst_DATA = \
46 CodingStyle \
47 CONTRIBUTING.md \
48 gpl-2.0.txt \
49 lgpl-2.1.txt \
50 mit-license.txt
51
52 check-loop:
53 cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
54 .PHONY: check-loop
This page took 0.029455 seconds and 4 git commands to generate.