Move pkgconfig file to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
CommitLineData
f1b5fe11
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
7d03a192 3SUBDIRS = \
793dd3d9 4 lttng-ust-common \
8f51c684 5 lttng-ust-tracepoint \
6339062a 6 lttng-ust \
c80497fe 7 lttng-ust-ctl \
4889a38d 8 lttng-ust-fd \
18a76df9
MJ
9 lttng-ust-fork \
10 lttng-ust-cyg-profile \
3aa28d23
MJ
11 lttng-ust-libc-wrapper \
12 lttng-ust-pthread-wrapper
f1b5fe11 13
4871194b
MJ
14if ENABLE_UST_DL
15SUBDIRS += lttng-ust-dl
16endif
17
3081c83f
MJ
18if ENABLE_JNI_INTERFACE
19SUBDIRS += lttng-ust-java
20endif
21
22if ENABLE_JAVA_AGENT
23SUBDIRS += lttng-ust-java-agent
24endif
25
f1b5fe11
MJ
26if ENABLE_PYTHON_AGENT
27SUBDIRS += lttng-ust-python-agent
28endif
b3bdf00d
MJ
29
30pkgconfigdir = $(libdir)/pkgconfig
31pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.023976 seconds and 4 git commands to generate.