Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
de92d636 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
476037d9 7 liblttng-ust-libc-wrapper \
b25c5b37 8 tools \
69400ac4 9 tests
15612a0f 10
d2869a26
MD
11if BUILD_JNI_INTERFACE
12SUBDIRS += liblttng-ust-java
13endif
14
15612a0f 15#temporarily disabled
69400ac4 16# liblttng-ust-malloc
4cf459a7
YB
17
18pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 19pkgconfig_DATA = lttng-ust.pc
336cc1ed
MD
20
21dist_doc_DATA = README ChangeLog
This page took 0.025133 seconds and 4 git commands to generate.