Remove application from socket hash table upon unregister
[lttng-tools.git] / Makefile.am
... / ...
CommitLineData
1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = common \
4 liblttng-sessiond-comm \
5 libkernelctl \
6 liblttng-ht \
7 liblttng-kconsumer \
8 liblttng-ustconsumer \
9 liblttng-consumer \
10 lttng-consumerd
11
12if ! BUILD_CONSUMERD_ONLY
13SUBDIRS += liblttngctl \
14 lttng \
15 lttng-sessiond
16endif
17
18SUBDIRS += tests \
19 include \
20 doc
This page took 0.022262 seconds and 4 git commands to generate.