projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move libcounter to 'src/common/'
[lttng-ust.git]
/
src
/
Makefile.am
1
# SPDX-License-Identifier: LGPL-2.1-only
2
3
SUBDIRS = \
4
common \
5
libringbuffer \
6
liblttng-ust-comm \
7
liblttng-ust \
8
lib
9
10
if ENABLE_PYTHON_AGENT
11
SUBDIRS += python-lttngust
12
endif
13
14
pkgconfigdir = $(libdir)/pkgconfig
15
pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took
0.033392 seconds
and
4
git commands to generate.