Remove unused variable warning
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
69400ac4
MD
3SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
69400ac4 7 tests
15612a0f 8
d2869a26
MD
9if BUILD_JNI_INTERFACE
10SUBDIRS += liblttng-ust-java
11endif
12
15612a0f 13#temporarily disabled
69400ac4 14# liblttng-ust-malloc
4cf459a7
YB
15
16pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 17pkgconfig_DATA = lttng-ust.pc
This page took 0.024329 seconds and 4 git commands to generate.