Fix: Fix self-assign warning on struct ustfork_clone_info init
[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 doc
11
12#disabled for 2.0
13#if BUILD_JNI_INTERFACE
14#SUBDIRS += liblttng-ust-java
15#endif
16
17#temporarily disabled
18# liblttng-ust-malloc
19
20pkgconfigdir = $(libdir)/pkgconfig
21pkgconfig_DATA = lttng-ust.pc
22
23dist_doc_DATA = README ChangeLog
This page took 0.022945 seconds and 4 git commands to generate.