Rename liblttng-ust-malloc to liblttng-ust-libc, update to lttng-ust 2.0
[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 \
8 tests
9
10 if BUILD_JNI_INTERFACE
11 SUBDIRS += liblttng-ust-java
12 endif
13
14 #temporarily disabled
15 # liblttng-ust-malloc
16
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = lttng-ust.pc
This page took 0.034857 seconds and 5 git commands to generate.