Add missing #define _GNU_SOURCE for sched_getcpu()
[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 tests
9
10if BUILD_JNI_INTERFACE
11SUBDIRS += liblttng-ust-java
12endif
13
14#temporarily disabled
15# liblttng-ust-malloc
16
17pkgconfigdir = $(libdir)/pkgconfig
18pkgconfig_DATA = lttng-ust.pc
19
20dist_doc_DATA = README ChangeLog
This page took 0.022977 seconds and 4 git commands to generate.