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