Fix: package of LTTngUst.h was renamed without renaming target in makefile
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
de92d636 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
476037d9 7 liblttng-ust-libc-wrapper \
70d654f2 8 liblttng-ust-cyg-profile \
b25c5b37 9 tools \
7ccf75d3 10 doc
15612a0f 11
d2869a26 12if BUILD_JNI_INTERFACE
43e5396b 13SUBDIRS += liblttng-ust-java liblttng-ust-jul
d2869a26
MD
14endif
15
43e5396b
DG
16SUBDIRS += tests
17
15612a0f 18#temporarily disabled
69400ac4 19# liblttng-ust-malloc
4cf459a7
YB
20
21pkgconfigdir = $(libdir)/pkgconfig
74a6d87b 22pkgconfig_DATA = lttng-ust.pc
336cc1ed
MD
23
24dist_doc_DATA = README ChangeLog
231227ee
MD
25
26dist_noinst_DATA = CodingStyle
This page took 0.026362 seconds and 4 git commands to generate.