Fix make dist: check if java lib should be built in toplevel makefile too
[lttng-ust.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I config
2
3 SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
7 tests
8
9 if BUILD_JNI_INTERFACE
10 SUBDIRS += liblttng-ust-java
11 endif
12
13 #temporarily disabled
14 # liblttng-ust-malloc
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = lttng-ust.pc
This page took 0.031375 seconds and 5 git commands to generate.