Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
[lttng-ust.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = . 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
11 if BUILD_JNI_INTERFACE
12 SUBDIRS += liblttng-ust-java
13 endif
14
15 #temporarily disabled
16 # liblttng-ust-malloc
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = lttng-ust.pc
20
21 dist_doc_DATA = README ChangeLog
This page took 0.032732 seconds and 5 git commands to generate.