Update .gitignore
[lttng-ust.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
7 tests
8
9if BUILD_JNI_INTERFACE
10SUBDIRS += liblttng-ust-java
11endif
12
13#temporarily disabled
14# liblttng-ust-malloc
15
16pkgconfigdir = $(libdir)/pkgconfig
17pkgconfig_DATA = lttng-ust.pc
This page took 0.023006 seconds and 4 git commands to generate.