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