Remove O_LARGEFILE from tests
[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-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
20 pkgconfigdir = $(libdir)/pkgconfig
21 pkgconfig_DATA = lttng-ust.pc
22
23 dist_doc_DATA = README ChangeLog
This page took 0.029223 seconds and 4 git commands to generate.