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