Fix: pass proper args when writing commit counter
[lttng-ust.git] / Makefile.am
CommitLineData
693515ee 1ACLOCAL_AMFLAGS = -I config
89edbbc3 2
394598c1 3SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
69400ac4
MD
4 liblttng-ust \
5 liblttng-ust-ctl \
6 liblttng-ust-fork \
327a5358 7 liblttng-ust-dl \
476037d9 8 liblttng-ust-libc-wrapper \
70d654f2 9 liblttng-ust-cyg-profile \
31ea1f6f 10 tools
15612a0f 11
d2869a26 12if BUILD_JNI_INTERFACE
43e5396b 13SUBDIRS += liblttng-ust-java liblttng-ust-jul
d2869a26
MD
14endif
15
31ea1f6f 16SUBDIRS += tests doc
43e5396b 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.028348 seconds and 4 git commands to generate.