Install README and ChangeLog into system doc
[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 \
8 tests
9
10 if BUILD_JNI_INTERFACE
11 SUBDIRS += liblttng-ust-java
12 endif
13
14 #temporarily disabled
15 # liblttng-ust-malloc
16
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = lttng-ust.pc
19
20 dist_doc_DATA = README ChangeLog
This page took 0.031744 seconds and 5 git commands to generate.